blob: 9e8ee9845243343d5970e2aa90e22c3a44c73d12 [file] [log] [blame]
{
"name": "ZHNetworkingTool",
"version": "0.0.2",
"summary": "基于AFN的二次封装 简化网络请求步骤",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zengHong/ZHNetworkingTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zengHong": "object_c@126.com"
},
"source": {
"git": "https://github.com/differentName/ZHNetworkingTool.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZHNetworkingTool/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}