blob: 1868eb3e2a9afe0b9ba910166efe80aba74d5cac [file] [log] [blame]
{
"name": "HNBNetWork",
"version": "0.0.2",
"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.2"
},
"source_files": [
"HNBNetWork",
"HNBNetWork/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"3.1.0"
]
}
}