blob: 131d3e3c66a6ccc9701cc7fcb53916eee61fd5d1 [file] [log] [blame]
{
"name": "YGNetworkHelper",
"version": "0.0.1",
"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.1"
},
"source_files": "YGNetworkHelper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}