blob: 3523484ade500537a955fc65738e88bc4ee80b98 [file] [log] [blame]
{
"name": "Kiri",
"version": "1.0.0",
"license": {
"type": "BSD"
},
"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.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"platforms": {
"ios": "10.0"
}
}