blob: e686a69935ac695f9d8e099bb05431946e7d631b [file] [log] [blame]
{
"name": "UIViewController+HUD",
"version": "1.0.0",
"summary": "An easier way to show HUD's from your view controllers.",
"description": " Simply call `[self showHud]` or `[self showHudWithTitle:@\"Updating...\"]` form your view controller(s).\n",
"homepage": "https://github.com/jamiechapman/UIViewController-HUD/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jamie Chapman": "jamie.chapman@57digital.co.uk"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jamiechapman/UIViewController-HUD.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"MBProgressHUD": [
"~> 0.8"
]
},
"requires_arc": false
}