![]() |
||
---|---|---|
.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.
You can explore the various sections in the documentation and the demo app.
Supported Platforms
SwiftKit supports iOS 13
, macOS 10.13
, tvOS 13
and watchOS 6
.
Installation
The best way to add SwiftKit to your app is to use the Swift Package Manager.
https://github.com/danielsaidi/SwiftKit.git
SwiftKit also supports CocoaPods:
pod DSSwiftKit
You can also clone the repository and build the library locally.
Documentation
The online documentation contains more information, code examples etc. and makes it easy to overview the various parts of the library.
The online documentation is currently iOS only. To generate documentation for other platforms, open the package in Xcode, select a simulator then run Product/Build Documentation
.
Demo Application
This project contains a demo app that lets you explore SwiftUIKit on iOS and macOS. To run it, just open and run Demo/Demo.xcodeproj
.
Support
You can sponsor this project on GitHub Sponsors or get in touch for paid support.
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
License
SwiftKit is available under the MIT license. See LICENSE file for more info.