blob: 783e049900b5afac31c5f1e2cb80a871ffee566c [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.5.1",
"summary": "The Network Base On AFNetworking 3.0.4",
"description": "下载文件接收方法错误导致无法使用下载api",
"homepage": "https://github.com/chausson/CHNetworking.git",
"license": "MIT",
"authors": {
"Chausson": "232564026@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chausson/CHNetworking.git",
"tag": "0.5.1"
},
"source_files": [
"CHNetworking/Classes/*.{h,m}",
"CHNetworking/Classes/CHModel/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}