blob: 651b31990603e7ebabdc179b4f752bffa5a0159b [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.0.1",
"summary": "A Net Framework Base On AFNetworking 3.0.4",
"description": "use command build api object to start request",
"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.0.1"
},
"source_files": "CHNetworking/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}