Go to file
Daniel Saidi 97c265f431 Bump to 1.3.0 2022-09-01 16:29:16 +02:00
.github Create FUNDING.yml 2020-06-02 09:48:07 +02:00
Demo Update demo 2022-06-20 15:24:29 +02:00
Fastlane Adjust Fastlane to build documentation for new versions 2022-09-01 15:55:17 +02:00
Resources Update app icon 2020-12-18 15:37:07 +01:00
Sources/SwiftKit Bump macOS dependency to 11 2022-09-01 16:27:56 +02:00
Tests/SwiftKitTests Disable unit test 2022-09-01 16:12:33 +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 Bump macOS dependency to 11 2022-09-01 16:27:56 +02:00
Release Notes.md Bump macOS dependency to 11 2022-09-01 16:27:56 +02:00

README.md

SwiftKit Logo

Version Swift UI Swift 5.6 MIT License Twitter: @danielsaidi

About SwiftKit

SwiftKit adds extra functionality to the Swift programming language, 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 11, tvOS 13 and watchOS 6.

Installation

SwiftKit can be installed with the Swift Package Manager:

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

or with CocoaPods:

pod DSSwiftKit

You can also clone the repository and build the library locally.

Documentation

The online documentation has articles, code examples etc. that let you overview the various parts of the library.

The online documentation is currently iOS-specific. To generate documentation for other platforms, open the package in Xcode, select a simulator then run Product/Build Documentation.

Demo Application

This project has a demo app that lets you explore the library on iOS and macOS. To try it out, 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.