blob: b4b7ce549a2d1fa43bfc1139cefe053a588d3c18 [file] [log] [blame]
{
"name": "FYNetTool",
"version": "0.0.2",
"summary": "AFNetworking 与YYCache封装",
"homepage": "https://github.com/sdwangxianwen/FYNetTool",
"license": {
"type": "Copyright",
"text": "Copyright 2011 - 2018 UMeng.com. All rights reserved.\n"
},
"authors": {
"wangwen": "870183756@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sdwangxianwen/FYNetTool.git",
"tag": "0.0.2"
},
"source_files": "FYNetTool/FYNetTool/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
},
"requires_arc": true
}