Kiri 1.0.4

Kiri 1.0.4

Maintained by Yusuke Ohashi.



Kiri 1.0.4

  • By
  • Yusuke Ohashi

Kiri

Build Status

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.