blob: 112a069fc73f9c0a87270fe81ab90c293ad722d8 [file] [log] [blame]
{
"name": "YMHttpTool",
"version": "0.0.5",
"summary": "AFNetworking 3.x封装的网络工具",
"description": "对PPNetwork(https://github.com/jkpang)修改-添加请求方式",
"homepage": "https://github.com/yanmingLiu/YMHttpTool",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"LiuYanming": "374402328@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yanmingLiu/YMHttpTool.git",
"tag": "0.0.5"
},
"source_files": "YMHttpTool",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}