blob: 5ac8d05cc3dc2a22bd12d7e6129620844af1ede8 [file] [log] [blame]
{
"name": "YMHttpTool",
"version": "0.1.0",
"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.1.0"
},
"source_files": "YMHttpTool/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}