blob: 505eebb387501b100ec80395e54b2d89001e612f [file] [log] [blame]
{
"name": "MBProgressHUDExtensions@donly",
"version": "0.1",
"summary": "UIViewController extensions for displaying an MBProgressHUD",
"description": " Provides convenience methods that can be mixed into UIViewController subclasses\n for easily displaying MBProgressHUD instances.\n",
"homepage": "https://github.com/donly/MBProgressHUDExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Donly Chan": "donly@magicalboy.com"
},
"social_media_url": "https://github.com/donly",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/donly/MBProgressHUDExtensions.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}