2 "name": "MultiActionDemoViewController",
4 "summary": "A simple view controller with buttons and associated actions to simplify testing.",
5 "description": "I have a frequent need for loading an app that does a number of specified actions upon clicking a \nbutton. To simplify this process for future use, just subclass `MultiActionDemoViewController`\n(or instantiate one and add some `Action`s). It will handle all the boilerplate layout of the\nbuttons for you.\n\nThat's really all there is to it.",
6 "homepage": "https://github.com/jonstaff/MultiActionDemoViewController",
12 "Jonathon Staff": "jon@nplexity.com"
15 "git": "https://github.com/jonstaff/MultiActionDemoViewController.git",
21 "source_files": "MultiActionDemoViewController/Classes/**/*"