SwiftKit/README.md

2.7 KiB

Version Swift UI Swift 5.3 MIT License Twitter: @danielsaidi

About SwiftKit

SwiftKit adds extra functionality to the Swift framework, like extensions to already existing types as well as completely new utilites, services etc.

SwiftKit is divided into the following sections:

  • Authentication
  • Bundle
  • Data
  • Date
  • Device
  • Extensions
  • Files
  • Geo
  • iCloud
  • IoC
  • Keychain
  • Localization
  • Messaging
  • Network
  • Services
  • StoreKit
  • Validation

You can explore the various sections in the documentation or in the demo app.

Installation

Swift Package Manager

https://github.com/danielsaidi/SwiftKit.git

CocoaPods

pod DSSwiftKit

Documentation

The SwiftKit documentation contains curated and structured information that makes it easy to overview the various parts of the library, see how the various parts connect to each other etc.

Just download the documentation, extract the zip file and double-tap the SwiftKit.doccarchive file to view the documentation directly in Xcode.

Demo Application

This project contains a demo app that lets you explore SwiftKit through interactive demos.

The demo app provides an intuitive way to explore the library. Together with the extensive documentation and SwiftUI previews, I hope you'll find it easy to understand how the various parts of the library works.

To run the demo app, just open and run the Demo/Demo.xcodeproj project. It's a universal app project, but the macOS app is currenty not working that well.

Contact

Feel free to reach out if you have questions or if you want to contribute in any way:

License

SwiftKit is available under the MIT license. See LICENSE file for more info.