blob: 8fbab2a17dc55d14e76aeffb1c5fa21c08131f8c [file] [log] [blame]
{
"name": "HZNetwork",
"version": "0.6.0",
"summary": "A useful networking framework based on AFNetworking for iOS, OS X, watchOS, and tvOS.",
"homepage": "https://github.com/GeniusBrother/HZNetwork.git",
"license": "MIT",
"authors": {
"GeniusBrother": "zuohong_xie@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/GeniusBrother/HZNetwork.git",
"tag": "0.6.0"
},
"frameworks": "Foundation",
"public_header_files": "HZNetwork/Classes/**/*.h",
"source_files": "HZNetwork/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
}