blob: f8136357d934cdf0c9ad825176255425bafa0b8b [file] [log] [blame]
{
"name": "CHRequest",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CHRequest/Classes/**/*",
"dependencies": {
"HandyJSON": [
"~> 1.6.0"
],
"Result": [
],
"Alamofire": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.0"
}