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