Go to file
Daniel Saidi a0645690dc Bump to 1.1.0 2022-04-23 11:41:51 +02:00
.github Create FUNDING.yml 2020-06-02 09:48:07 +02:00
Demo Cleanup demo app 2021-11-29 17:08:32 +01:00
Fastlane Add documentation lane to Fastlane 2021-11-03 11:00:41 +01:00
Resources Update app icon 2020-12-18 15:37:07 +01:00
Sources/SwiftKit Update readme and release notes 2022-04-23 11:40:38 +02:00
Tests Update failing tests 2022-04-23 11:40:38 +02:00
.gitignore Update gitignore 2022-04-23 11:40:38 +02:00
.swiftlint.yml Make code pass lint validation 2020-09-05 11:59:20 +02:00
DSSwiftKit.podspec Bump to 1.1.0 2022-04-23 11:41:51 +02:00
LICENSE Add project files 2020-04-28 10:50:03 +02:00
Package.resolved Update external dependencies 2021-09-08 10:23:44 +02:00
Package.swift Add DocC documentation archive 2021-11-03 10:56:45 +01:00
README.md Update readme and release notes 2022-04-23 11:40:38 +02:00
Release Notes.md Update readme and release notes 2022-04-23 11:40:38 +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.

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:

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.