blob: 8b2c9a1c89b0fb4af1d3fd05c75fd0b98b7823bd [file] [log] [blame]
{
"name": "DDNetworkHelper",
"version": "1.0.2",
"summary": "AFNetworking 4.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.2"
},
"source_files": "DDNetworkHelper/DDNetworkHelper/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}