blob: ac4d3d4dac05e30304ce7b259f4d14ab4500cb63 [file] [log] [blame]
{
"name": "HNBNetWork",
"version": "0.0.6",
"summary": "HNBNetWork is a high level request util based on AFNetworking.",
"homepage": "https://github.com/ByronChengChen/HNBNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengkang": "chengkang@rongzi.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ByronChengChen/HNBNetWork.git",
"tag": "0.0.6"
},
"source_files": [
"HNBNetWork",
"HNBNetWork/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"3.1.0"
]
}
}