Go to file
Daniel Saidi 6f74774953 Update documentation 2023-06-12 15:19:56 +02:00
.github Create FUNDING.yml 2020-06-02 09:48:07 +02:00
Fastlane Adjust Fastlane to build documentation for new versions 2022-09-01 15:55:17 +02:00
Resources Remove demo folder 2023-06-07 16:06:00 +02:00
Sources/SwiftKit Update documentation 2023-06-12 15:19:56 +02:00
Tests/SwiftKitTests Remove demo folder 2023-06-07 16:06:00 +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.3.0 2022-09-01 16:29:16 +02:00
LICENSE Add project files 2020-04-28 10:50:03 +02:00
Package.resolved Use watchOS supporting Quick & Nimble forks 2022-09-01 16:18:58 +02:00
Package.swift Bump macOS dependency to 11 2022-09-01 16:27:56 +02:00
README.md Update documentation 2023-06-12 15:19:56 +02:00
Release Notes.md Remove demo folder 2023-06-07 16:06:00 +02:00

README.md

SwiftKit Logo

Version Swift 5.6 MIT License Twitter: @danielsaidi Mastodon: @danielsaidi@mastodon.social

About SwiftKit

SwiftKit adds extra functionality to the Swift programming language, like extensions to already existing types as well as completely new stuff.

Installation

SwiftKit can be installed with the Swift Package Manager:

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

If you prefer to not have external dependencies, you can also just copy the source code into your app.

Documentation

The online documentation has more information, code examples, etc., and makes it easy to overview the various parts of the library.

Support

I manage my various open-source projects in my free time and am really thankful for any help I can get from the community.

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:

Supported Platforms

SwiftKit supports iOS 13, macOS 11, tvOS 13 and watchOS 6.

License

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