2 "name": "QuickLauncher",
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",
12 "authors": "Zach McGaughey",
13 "social_media_url": "http://twitter.com/made2k",
18 "git": "https://github.com/made2k/QuickLauncher.git",
21 "source_files": "Source/*",
23 "pushed_with_swift_version": "3.0"