blob: 11a961cfb764060a10397a722b99d3c0b3cb8357 [file] [log] [blame]
{
"name": "PPNetworkHelper",
"version": "0.8.0",
"summary": "AFNetworking 3.x 与YYCache封装,一句代码搞定数据请求与缓存,告别FMDB!控制台直接打印json中文字符,调试更方便",
"homepage": "https://github.com/jkpang/PPNetworkHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jkpang": "jkpang@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jkpang/PPNetworkHelper.git",
"tag": "0.8.0"
},
"source_files": "PPNetworkHelper/PPNetworkHelper/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}