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