blob: 11c08207a34ff34c397eb01cfe73d6bca68c137a [file] [log] [blame]
{
"name": "ZYNetworking",
"version": "0.1.0",
"summary": "针对AFNetworking封装的网络库",
"description": "针对AFNetworking封装的网络库,包括Get,Post,Put,Delete请求",
"homepage": "http://10.11.0.169/zoneyet_ios/function/zoneyet_ios_lib_network_lib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xufeng": "1192936115@qq.com"
},
"source": {
"git": "http://10.11.0.169/zoneyet_ios/function/zoneyet_ios_lib_network_lib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZYNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}