Kiri

1.1.0

Yet another network abstruction layer on top of Alamofire. Background story is ->
junkpiano/Kiri

What's New

1.1.0

2019-04-23T02:58:23Z

Swift 5

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.

Description

  • Swift Tools 4.2.0
View More Packages from this Author

Dependencies

Last updated: Wed Mar 13 2024 22:01:17 GMT-0900 (Hawaii-Aleutian Daylight Time)