blob: 6645ddd87e50e1827c369e825a674cb175f24058 [file] [log] [blame]
{
"name": "ECHttpRequestManager",
"version": "1.0.10",
"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.10"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ECHttpRequestManager/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"YYCache": [
"~> 1.0.3"
]
},
"deprecated": true
}