blob: 7d410ceb552f41d5dd73d0203388c594c949dca1 [file] [log] [blame]
{
"name": "DBNetworking",
"version": "1.1.6",
"summary": "Dabay tech : DBNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/Dabay-Tech/DBNetworking",
"license": "MIT",
"authors": {
"Tao Fei": "taofei0610@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dabay-Tech/DBNetworking.git",
"tag": "1.1.6"
},
"source_files": "DBNetworking/**/*.{h,m}",
"frameworks": [
"CFNetwork",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"DBProgressHUD": [
]
}
}