blob: f6620f30673fe8a1a768abe5a8df3c15715a0a9e [file] [log] [blame]
{
"name": "MBProgressHUD",
"version": "0.9.1",
"summary": "An iOS activity indicator view.",
"description": " MBProgressHUD is an iOS drop-in class that displays a translucent HUD \n with an indicator and/or labels while work is being done in a background thread. \n The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD \n with some additional features.\n",
"homepage": "http://www.bukovinski.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matej Bukovinski": "matej@bukovinski.com"
},
"source": {
"git": "https://github.com/matej/MBProgressHUD.git",
"tag": "0.9.1"
},
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}