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