blob: 3ce314c4f2591e4fcc1b1e7896d2e26f4e65d6a8 [file] [log] [blame]
{
"name": "YWAPINetManager",
"version": "0.0.2",
"summary": "基于AFNetworking的高阶网络请求管理器",
"description": "基于AFNetworking的高阶网络请求管理器,支持GET/POST/DELETE/PUT",
"homepage": "https://github.com/flyOfYW/YWAPINetManager",
"license": "MIT",
"authors": {
"Mrs Yao": "1498627884@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/flyOfYW/YWAPINetManager.git",
"tag": "0.0.2"
},
"source_files": "YWAPINetManager/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}