blob: 0fa2366948ef8c22035f71882f504cdc6e445f55 [file] [log] [blame]
{
"name": "ZHNetWork",
"version": "0.0.2",
"summary": "网络请求",
"description": "一个网络请求的工具类",
"homepage": "https://github.com/miaoran2014/ZHNetWork",
"license": "MIT",
"authors": {
"miaoran": "1822773181@qq.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source": {
"git": "https://github.com/miaoran2014/ZHNetWork.git",
"tag": "v0.0.2"
},
"source_files": [
"Classes",
"Classes",
"Classes/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}