blob: 4863b077c4bdabec14187d8a4c512a9299c6a862 [file] [log] [blame]
{
"name": "DBProgressHUD",
"version": "1.1.3",
"summary": "Dabay tech : DBProgressHUD is based on MBProgressHUD.",
"homepage": "https://github.com/Dabay-Tech/DBProgressHUD",
"license": "MIT",
"authors": {
"Tao Fei": "taofei0610@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dabay-Tech/DBProgressHUD.git",
"tag": "1.1.3"
},
"source_files": "DBProgressHUD/**/*.{h,m}",
"resources": "DBProgressHUD/DBProgressHUD.bundle",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
},
"requires_arc": true
}