blob: c9a6614564484b6b5c2ed9b802b6b80e72617182 [file] [log] [blame]
{
"name": "Kiri",
"version": "1.0.4",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/junkpiano/Kiri",
"authors": {
"Yusuke Ohashi": "github@junkpiano.me"
},
"summary": "Simple Network Abstraction Layer on top of Alamofire.",
"source": {
"git": "https://github.com/junkpiano/Kiri",
"tag": "1.0.4"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"platforms": {
"ios": "10.0"
}
}