Go to file
Daniel Saidi 3be09bb381 Bump to 1.2.0 2022-05-10 21:18:15 +02:00
.github Create FUNDING.yml 2020-06-02 09:48:07 +02:00
Demo Add an async authentication extension to LAContext 2022-04-29 10:37:11 +02:00
Fastlane Fix typo in Fastfile 2022-05-10 21:17:15 +02:00
Resources Update app icon 2020-12-18 15:37:07 +01:00
Sources/SwiftKit Update external dependencies and bump the iOS deployment target 2022-05-10 21:16:55 +02:00
Tests Update failing tests 2022-04-23 11:40:38 +02:00
.gitignore Update Fastfile documentation scripts 2022-04-27 13:42:06 +02:00
.swiftlint.yml Make code pass lint validation 2020-09-05 11:59:20 +02:00
DSSwiftKit.podspec Bump to 1.2.0 2022-05-10 21:18:15 +02:00
LICENSE Add project files 2020-04-28 10:50:03 +02:00
Package.resolved Update external dependencies and bump the iOS deployment target 2022-05-10 21:16:55 +02:00
Package.swift Update external dependencies and bump the iOS deployment target 2022-05-10 21:16:55 +02:00
README.md Update readme and documentation 2022-04-27 13:39:11 +02:00
Release Notes.md Update external dependencies and bump the iOS deployment target 2022-05-10 21:16:55 +02:00

README.md

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.

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:

License

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