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