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