blob: 2011ed312ef8ab644161ffde09c4801d5a4506e9 [file] [log] [blame]
{
"name": "HNBNetWork",
"version": "0.0.9",
"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_boy@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ByronChengChen/HNBNetWork.git",
"tag": "0.0.9"
},
"source_files": [
"HNBNetWork",
"HNBNetWork/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"3.1.0"
]
}
}