junkpiano/kiri
Kiri is yet another network abstraction layer on top of `Alamofire`.
Usage
Kiri<ServiceObject>(request: request).send() { response, error in
print(response)
}Installation
Cocoapods
pod "Kiri", :git => "https://github.com/junkpiano/Kiri.git"
Swift Package Manager
.package(url: "https://github.com/junkpiano/Kiri.git", from: "1.0.2")
Carthage
not yet.
Package Metadata
Repository: junkpiano/kiri
Default branch: master
README: README.md