Go to file
Daniel Saidi 9fe09382b5 Bump to 1.0.0 2021-11-29 17:08:32 +01: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
Docs Bump to 1.0.0 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 Add NSAttributedString extensions 2021-11-29 17:08:32 +01:00
Tests Fix failing test 2021-11-29 17:08:32 +01: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 1.0.0 2021-11-29 17:08:32 +01: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 Add documentation link to readme 2021-11-29 17:08:32 +01:00
Release Notes.md Add NSAttributedString extensions 2021-11-29 17:08:32 +01: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 various sections in the documentation or in the demo app.

Installation

Swift Package Manager

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

CocoaPods

pod DSSwiftKit

Documentation

The SwiftKit documentation contains curated and structured information that makes it easy to overview the various parts of the library, see how the various parts connect to each other etc.

Just download the documentation, extract the zip file and double-tap the SwiftKit.doccarchive file to view the documentation directly in Xcode.

Demo Application

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.

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.