blob: 5d4d7b6cecb6eb42ed1197c58f682fab34284cf9 [file] [log] [blame]
{
"name": "DBNetworking",
"version": "1.0.4",
"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.0.4"
},
"source_files": "DBNetworking/**/*.{h,m}",
"frameworks": [
"CFNetwork",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MBProgressHUD-DBExtension": [
"~> 1.0.0"
]
}
}