blob: 00fb5afb9679d52f210166b6c90d1514364c4797 [file] [log] [blame]
{
"name": "MMProgressHUD",
"version": "0.3.0",
"summary": "An easy to use HUD interface with personality.",
"homepage": "https://github.com/mutualmobile/MMProgressHUD",
"license": "MIT",
"authors": {
"Lars Anderson": "lars.anderson@mutualmobile.com"
},
"source": {
"git": "https://github.com/mutualmobile/MMProgressHUD.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/{MMProgressHUDOverlayView,MMProgressHUD,MMHud,MMProgressView-Protocol}.h",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}