Go to file
Daniel Saidi 45d9ad185c Bump to 0.6.1 2021-05-04 10:45:11 +02:00
.github Create FUNDING.yml 2020-06-02 09:48:07 +02:00
Demo Add String+Slugified extension 2021-04-22 17:12:17 +02:00
Fastlane Make fastlane run tests 2021-03-24 16:15:31 +01:00
Resources Update app icon 2020-12-18 15:37:07 +01:00
Sources/SwiftKit Remove explicit URL encoding of query params 2021-05-04 10:40:22 +02:00
Tests Remove explicit URL encoding of query params 2021-05-04 10:40:22 +02:00
.gitignore Add project files 2020-04-28 10:50:03 +02:00
.swiftlint.yml Make code pass lint validation 2020-09-05 11:59:20 +02:00
DSSwiftKit.podspec Bump to 0.6.1 2021-05-04 10:45:11 +02:00
LICENSE Add project files 2020-04-28 10:50:03 +02:00
Package.resolved Update to MockingKit 0.9 2021-02-05 08:41:39 +01:00
Package.swift Update to MockingKit 0.9 2021-02-05 08:41:39 +01:00
README.md Add iCloud document sync types 2021-04-29 23:22:31 +02:00
Release Notes.md Remove explicit URL encoding of query params 2021-05-04 10:40:22 +02:00

README.md

Version Swift UI Swift 5.3 MIT License Twitter: @danielsaidi

About SwiftKit

SwiftKit adds extra functionality to Swift, like extensions to already existing types as well as completely new utilites, services etc.

SwiftKit is divided into these areas:

  • Authentication
  • Data
  • Date
  • Device
  • Extensions
  • Files
  • Geo
  • iCloud
  • IoC
  • Keychain
  • Localization
  • Messaging
  • Network
  • Services

You can explore the various sections in the demo app. Let me know if some feature is missing.

Demo App

This project contains a demo app that lets you explore SwiftKit through interactive demos.

The demo app provides an intuitive way to explore the library. Together with the extensive documentation and SwiftUI previews, 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.

Installation

Swift Package Manager

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

CocoaPods

pod DSSwiftKit

Note that you have to import SwiftKit with import DSSwiftKit if you add it with CocoaPods. The name SwiftKit was (not surprising) already taken.

Contact me

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.