blob: 74f6c06fe2e08e742e96d93091b151a76160a473 [file] [log] [blame]
{
"name": "DBNetworking",
"version": "1.1.5",
"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.5"
},
"source_files": "DBNetworking/**/*.{h,m}",
"frameworks": [
"CFNetwork",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"DBProgressHUD": [
]
}
}