blob: 6c0af5efb719ae93e13fa9dbf49235682f86c8a9 [file] [log] [blame]
{
"name": "HKHttpManager",
"version": "0.0.3",
"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.3"
},
"source_files": "HKHttpManager/Sources/**/**/*.{h,m}",
"public_header_files": "HKHttpManager/Sources/**/*.h",
"dependencies": {
"AFNetworking": [
]
}
}