blob: 9d5cfd8930e480cfc3b0e126e358057a0354684f [file] [log] [blame]
{
"name": "MBProgressHUDExtensions@phero",
"version": "1.0.0",
"summary": "UIViewController extensions for displaying an MBProgressHUD",
"description": "Provides convenience methods that can be mixed into UIViewController subclasses\nfor easily displaying MBProgressHUD instances.",
"homepage": "https://github.com/pdhero/MBProgressHUDExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"phero": "phero@phero.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/pdhero/MBProgressHUDExtensions.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}