blob: a77fcb9393f03fb1efe0ee73c5d427843eb74e09 [file] [log] [blame]
{
"name": "MBProgressHUDStable",
"version": "1.1.3",
"summary": "An iOS activity indicator view.",
"description": "MBProgressHUD 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.\nFolk for fix bug.",
"homepage": "http://goodeffect.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Lee": "jameslee@goodeffect.com"
},
"source": {
"git": "https://github.com/banggaoo/MBProgressHUD.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}