blob: d156d6017aea9c8b9cf9375530e555298b02dd2a [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.3.5",
"summary": "A Net Framework Base On AFNetworking 3.0.4",
"description": "支持每个请求可以设置在请求体中(httpbody)传入参数.",
"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.3.5"
},
"source_files": [
"CHNetworking/Classes/*.{h,m}",
"CHNetworking/Classes/CHModel/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}