[Add] TLCLock 0.4.2
[CocoaPods.git] / Specs / d / 8 / 5 / MultiActionDemoViewController / 1.0.0 / MultiActionDemoViewController.podspec.json
blob0b5d70d7db7590a9e692bf1f57ce0c552fbcedf0
2   "name": "MultiActionDemoViewController",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonathon Staff": "jon@nplexity.com"
13   },
14   "source": {
15     "git": "https://github.com/jonstaff/MultiActionDemoViewController.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MultiActionDemoViewController/Classes/**/*"