blob: bd1b0da8cbda5c0b2a53231ef0d7a4659857153e [file] [log] [blame]
{
"name": "YGNetworkHelper",
"version": "0.0.2",
"summary": "AFNetworking 3.x 与 YYCache 封装而成,简化网络请求和数据缓存调用方法!",
"homepage": "https://github.com/Starryxu/YGNetworkHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuyaguang": "xu_yaguang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Starryxu/YGNetworkHelper.git",
"tag": "0.0.2"
},
"source_files": "YGNetworkHelper/YGNetworkHelper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}