![]() |
||
---|---|---|
.github | ||
Demo | ||
Fastlane | ||
Resources | ||
Sources/SwiftKit | ||
Tests | ||
.gitignore | ||
.swiftlint.yml | ||
DSSwiftKit.podspec | ||
LICENSE | ||
Package.resolved | ||
Package.swift | ||
README.md | ||
Release Notes.md |
README.md
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 sections in the documentation and the demo app.
Installation
Swift Package Manager
https://github.com/danielsaidi/SwiftKit.git
CocoaPods
pod DSSwiftKit
Supported Platforms
SwiftKit supports iOS 13
, macOS 10.13
, tvOS 13
and watchOS 6
.
Documentation
The SwiftKit documentation contains extensive information, code examples etc. and makes it easy to overview the various parts of the library.
You can either download the documentation or build it directly in Xcode, using Product/Build Documentation
.
Demo Application
This project contains a demo app that lets you explore many of SwiftKit's features through interactive demos.
Together with the download, 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:
- E-mail: daniel.saidi@gmail.com
- Twitter: @danielsaidi
- Web site: danielsaidi.com
Support
You can sponsor this project on GitHub Sponsors or get in touch for paid support.
License
SwiftKit is available under the MIT license. See LICENSE file for more info.