blob: 3787be1bc8554da7f165ceeae4c11fcc328cc73c [file] [log] [blame]
{
"name": "PGNetworkHelper",
"version": "2.0.1",
"summary": "PINCache做为AFNetworking缓存层,将AFNetworking请求的数据缓存起来,支持取消当前网络请求,以及取消所有的网络请求,除了常用的Get,Post方法,也将上传图片以及下载文件进行了封装,并且支持同步请求,使用方法及其简单。",
"homepage": "https://github.com/xiaozhuxiong121/PGNetworkHelper",
"license": "MIT",
"authors": {
"piggybear": "piggybear_net@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiaozhuxiong121/PGNetworkHelper.git",
"tag": "2.0.1"
},
"source_files": [
"PGNetworkHelper",
"PGNetworkHelper/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"PINCache": [
]
}
}