blob: fba5a0822dd0431a2dca476a039158999f7cee47 [file] [log] [blame]
{
"name": "CHNetworking",
"version": "0.4.4",
"summary": "A Net Framework Base On AFNetworking 3.0.4",
"description": "1.修复缓存数据保存问题2.增加清除缓存设置",
"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.4.4"
},
"source_files": [
"CHNetworking/Classes/*.{h,m}",
"CHNetworking/Classes/CHModel/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}