blob: c2275994c360aef5095bbf8a3d5e7a23f885de19 [file] [log] [blame]
{
"name": "LZNetworkHelper",
"version": "0.1.0",
"summary": "A networking framework base on AFNetworking.",
"homepage": "https://github.com/gaojihao/LZNetworkHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lizhi": "lizhi1026@126.com"
},
"source": {
"git": "https://github.com/gaojihao/LZNetworkHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LZNetworkHelper/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}