blob: fb36442f67f862058b8aa28e58c253e43cfac8e3 [file] [log] [blame]
{
"name": "Simpler",
"version": "0.1.0",
"summary": "Network framework base on Alamofire in Swift",
"homepage": "https://github.com/chausson/Simpler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chausson": "232564026@qq.com"
},
"source": {
"git": "https://github.com/chausson/Simpler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Simpler/Classes/**/*",
"dependencies": {
"HandyJSON": [
"~> 1.6.0"
],
"Result": [
],
"Alamofire": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.0"
}