blob: 3c31195e0aa58ff4e4e98dbfa3d0811fcae0aae3 [file] [log] [blame]
{
"name": "PXHttpHelper",
"version": "1.3.0",
"summary": "带缓存的网络请求",
"homepage": "http://github.com/DemonArrow/PXHttpHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DemonArrow": "qipengxiang1990@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/DemonArrow/PXHttpHelper.git",
"tag": "1.3.0"
},
"source_files": "PXNetHelper/**",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
},
"requires_arc": true
}