blob: 5caba7206af6704516917da4a033af85e713ca0d [file] [log] [blame]
{
"name": "ZHNetworking",
"version": "1.0.0",
"summary": "iOS网络操作",
"description": "iOS网络操作:各种方式(GET、POST等)的请求、上传、下载",
"homepage": "https://github.com/leezhihua/ZHNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leezhihua": "leezhihua@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leezhihua/ZHNetworking.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}