Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poviolabs/poviokit
A modular library collection
https://github.com/poviolabs/poviokit
extensions ios libraries networking promises swift swift-package-manager swiftui ui-components
Last synced: 2 months ago
JSON representation
A modular library collection
- Host: GitHub
- URL: https://github.com/poviolabs/poviokit
- Owner: poviolabs
- License: mit
- Created: 2018-11-28T10:17:21.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-02T10:23:39.000Z (3 months ago)
- Last Synced: 2024-10-27T03:57:40.220Z (2 months ago)
- Topics: extensions, ios, libraries, networking, promises, swift, swift-package-manager, swiftui, ui-components
- Language: Swift
- Homepage: https://povio.com
- Size: 2.31 MB
- Stars: 25
- Watchers: 10
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to PovioKit. A modular library collection. Written in Swift.## Packages
| [Core](Resources/Core) | [Networking](Resources/Networking) | [PromiseKit](Resources/PromiseKit) | [Utilities](Resources/Utilities) | [Async](Resources/Async) | [UIKit](Resources/UI/UIKit) | [SwiftUI](Resources/UI/SwiftUI) |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |## Installation
### Swift Package Manager
- In Xcode, click `File` -> `Add Package Dependencies...`
- Insert `https://github.com/poviolabs/PovioKit` in 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 `PovioKitPromise` package)
- *PovioKitPromise* (lightweight promises library)
- *PovioKitUtilities* (utility components, has dependency on `PovioKitCore` package)
- *PovioKitAsync* (async/await components)
- *PovioKitUIKit* (UIKit components, has dependency on `PovioKitCore` and `PovioKitUtilities` package)
- *PovioKitSwiftUI* (SwiftUI components, has dependency on `PovioKitCore` package)
- Select "Add Package" again and you are done.### Migration
Please read the [Migration](MIGRATING.md) document.
## License
PovioKit is available under the MIT license. See the [LICENSE](LICENSE) file for more info.