blob: 913097f826823c335a83c31e98320f30324467a6 [file] [log] [blame]
{
"name": "DKProgressViewHUD",
"version": "1.0.2",
"summary": "DKProgressViewHUD :swift MBProgressHUD",
"description": "DKProgressViewHUD is an iOS drop-in class that displays a translucent HUD\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD\nwith some additional features.",
"homepage": "https://github.com/leelong12/DKProgressViewHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lee": "lishilong8740@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leelong12/DKProgressViewHUD.git",
"tag": "1.0.2"
},
"source_files": "dataSource/*.swift",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}