2 "name": "ATMHud@dhoerl",
8 "summary": "Full featured and flexible HUD framework.",
9 "homepage": "https://github.com/dhoerl/ATMHud",
11 "Marcel Müller": "pool@atomton.net",
12 "David Hoerl": "david.hoerl+git@gmail.com"
15 "git": "https://github.com/dhoerl/ATMHud.git",
20 "https://github.com/dhoerl/ScreenShots/BasicFunctions.png",
21 "https://github.com/dhoerl/ScreenShots/AdvancedFunctions.png",
22 "https://github.com/dhoerl/ScreenShots/SimpleCaption.png",
23 "https://github.com/dhoerl/ScreenShots/Caption+Activity.png",
24 "https://github.com/dhoerl/ScreenShots/JustSpinner.png",
25 "https://github.com/dhoerl/ScreenShots/Caption+ProgressBar.png",
26 "https://github.com/dhoerl/ScreenShots/Caption+ProgressBar_FixedSize"
31 "description": "ATMHud offers a versatile and full featured HUD for yuour iOS projects. You can use either a traditional protocol based delegate or a block based one. A Demo app shows how to use most of the feature set and both delegates. You can set any of a caption, two types of progress indicators, and an image to the HUD, which resizes as needed. You can control where the progress indicator goes (top/bot/left/right), the view grayness and cover view's grayness/opacity. If you're showing the HUD with the keyboard up (for example), you can move the HUD's center.\n\nUsage:\n // Keep a strong ivar reference to it (ie, \"ATMHud *hud\")\n\thud = [ATMHud new]; // using the block delegate\n\t[hud setCaption:@\"Caption and an activity indicator.\"];\n\t[hud setActivity:YES];\n\thud.blockDelegate = ....; // see demo project\n\t[hud showInView:self.view];\n\t...\n\t[hud hide];\n\t//the block delegate can release the hud and nil the ivar (see Demo app)\n\n",
35 "source_files": "ATM*.{h,m}",
36 "exclude_files": "ATMSoundFX.{h,m}",
41 "frameworks": "QuartzCore"
45 "source_files": "ATM*.{h,m}",
55 "compiler_flags": "-DATM_SOUND"