blob: b38706d5ac121695174177c0cd82ed0aaee0e678 [file] [log] [blame]
{
"name": "HKHttpManager",
"version": "0.0.1",
"summary": "对AFNetworking的二次封装,支持App复杂的网络处理.",
"description": "对AFNetworking的二次封装,支持App复杂的网络处理,类似于YTKNetworking,但是要简介一些",
"homepage": "https://github.com/baoshanf/HKHttpManager.git",
"license": "MIT (HKHttpManager)",
"authors": {
"hans": "baoshanf@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/baoshanf/HKHttpManager.git",
"tag": "0.0.1"
},
"source_files": "HKHttpManager/**/**/*.h",
"dependencies": {
"AFNetworking": [
]
}
}