Swift package written on top of Alamofire which does the heavy lifting in your network layer for you.
Networker has been tested for folowwing versions of Alamofire
- Alamofire v 5.7.1
Platform | Minimum Swift Version | Installation | Status |
---|---|---|---|
iOS 13.0+ | 5.5 | Swift Package Manager | Fully Tested |
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding Networker as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/Koronaa/Networker.git", .upToNextMajor(from: "1.0.0"))
]
Please refer to the sample app here
- v 1.0.0 - Initial Release
Networker is released under the MIT license. See LICENSE for details.