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