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