blob: 1bf34cc1472f5b1e8cb0415b9767bd249e5f2252 [file] [log] [blame]
{
"name": "HZNetwork",
"version": "0.6.5",
"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.5"
},
"frameworks": "Foundation",
"public_header_files": "HZNetwork/Classes/**/*.h",
"source_files": "HZNetwork/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
}