blob: 4b2b864a78a73223ac8f49dce51a9789e457166c [file] [log] [blame]
{
"name": "MBProgressHUDExtensions",
"version": "0.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/SymmetricInfinity/MBProgressHUDExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Duke": "adam.v.duke@gmail.com"
},
"social_media_url": "http://twitter.com/adamvduke",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SymmetricInfinity/MBProgressHUDExtensions.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"requires_arc": false,
"dependencies": {
"MBProgressHUD": [
"~> 0.4"
]
}
}