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