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