blob: 76295e2ace9d06f256c651f0f520a856e2ea1574 [file] [log] [blame]
{
"name": "YMHttpTool",
"version": "1.1.1",
"summary": "AFNetworking 4.x封装的网络工具",
"description": "AFNetworking 第一次封装,通常app需要封装2层,业务层需要再封装一层,示例YMNetworkHelper针对业务层封装",
"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.1.1"
},
"source_files": "YMHttpTool/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}