blob: 8fa6d618449815bc4a69a24950a8c800528ef4da [file] [log] [blame]
{
"name": "ECHttpRequestManager",
"version": "1.0.9",
"summary": "ECHttpRequestManager是基于AFNetwork3.x开发的Http请求Manager.",
"description": "ECHttpRequestManager是基于AFNetwork3.x开发的Http请求Manager,包括get、post请求,文件upload、download,网络监测等功能。",
"homepage": "https://github.com/cike534222598/ECHttpRequestManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jame": "cike534222598@qq.com"
},
"source": {
"git": "https://github.com/cike534222598/ECHttpRequestManager.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ECHttpRequestManager/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"YYCache": [
"~> 1.0.3"
]
},
"deprecated": true
}