blob: 35a74a6c1f5e07d6da40de8373b0dc4225852fe3 [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.0.6",
"summary": "A Net Framework Base On AFNetworking 3.0.4",
"description": "fix thread carsh bug ,changed demo manual",
"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.6"
},
"source_files": "CHNetworking/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}