blob: 1b050c85735f9c0231ce9a8129d716c08ef37be4 [file] [log] [blame]
{
"name": "MMProgressHUD",
"version": "0.2.2",
"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.2.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/{MMProgressHUDOverlayView,MMProgressHUD,MMHud,MMProgressView-Protocol,MMRadialProgressView,MMLinearProgressView}.h",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}