[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 7 / 9 / 2 / QuickLauncher / 0.2.0 / QuickLauncher.podspec.json
blob24d73b28fd98e7e734de4c5336854c472e6d64e5
2   "name": "QuickLauncher",
3   "version": "0.2.0",
4   "summary": "Wrapper around iOS Shortcut Items",
5   "description": "Simplify the process of using the new 3D Touch shortcuts for apps.\nGet callbacks when a shortcut is invoked and don't do everything\ninside the AppDelegate like Apple's sample project.\n\nI wanted a way to take action on shortcut launches in the view controller\nthat was supposed to handle the actions. I don't like the format of using\nview controllers from within the AppDelegate. It just seems messy. So this\nwrapper provides a delegate method to alert a class when a shortcut is invoked.",
6   "homepage": "https://github.com/made2k/QuickLauncher",
7   "screenshots": "http://i.imgur.com/gsMI3mJ.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Zach McGaughey",
13   "social_media_url": "http://twitter.com/made2k",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/made2k/QuickLauncher.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "Source/*",
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0"