![]() |
||
---|---|---|
.github | ||
Demo | ||
Fastlane | ||
Resources | ||
Sources/SwiftKit | ||
Tests | ||
.gitignore | ||
.swiftlint.yml | ||
DSSwiftKit.podspec | ||
LICENSE | ||
Package.resolved | ||
Package.swift | ||
README.md | ||
Release Notes.md |
README.md
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
- IoC
- Keychain
- Network
- Services
You can explore the various sections in the demo app.
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:
- E-mail: daniel.saidi@gmail.com
- Twitter: @danielsaidi
- Web site: danielsaidi.com
License
SwiftKit is available under the MIT license. See LICENSE file for more info.