Welcome to PovioKit. A modular library collection. Written in Swift.
| Core | Networking | PromiseKit | Utilities | Async | UIKit | SwiftUI | 
|---|
- In Xcode, click File->Add Package Dependencies...
- Insert https://github.com/poviolabs/PovioKitin the Search field.
- Select a desired Dependency Rule. Usually "Up to Next Major Version" with "4.0.0".
- Select "Add Package" button and check one or all given products from the list:
- PovioKitCore (core library)
- PovioKitNetworking (networking library built on top of Alamofire, has dependency on PovioKitPromisepackage)
- PovioKitPromise (lightweight promises library)
- PovioKitUtilities (utility components, has dependency on PovioKitCorepackage)
- PovioKitAsync (async/await components)
- PovioKitUIKit (UIKit components, has dependency on PovioKitCoreandPovioKitUtilitiespackage)
- PovioKitSwiftUI (SwiftUI components, has dependency on PovioKitCorepackage)
 
- Select "Add Package" again and you are done.
Please read the Migration document.
PovioKit is available under the MIT license. See the LICENSE file for more info.
