blob: 247d3827150854f8e67db70c352e5c94eefe686d [file] [log] [blame]
{
"name": "YWAPINetManager",
"version": "0.0.4",
"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.4"
},
"source_files": "YWAPINetManager/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}