blob: 6ebb5be683b5dff86fe603333d43538276d85b9b [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.0.7",
"summary": "A Net Framework Base On AFNetworking 3.0.4",
"description": "fix block nil crash",
"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.7"
},
"source_files": "CHNetworking/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}