2 "name": "UIViewController-DisplayInDrawer",
4 "summary": "Present any view controller easily in a drawer (iOS Maps style)",
5 "description": "Present any view controller easily in a drawer (iOS Maps style). It is implemented as a UIViewController extension, which means no subclassing and no invasive view hierarchy setup. It is designed to be as easy to use as possible:\n\nYou can present any controller. Make it conform to the DrawerConfiguration protocol\nOptionally setup a DrawerPositionDelegate which is notified about drawer's position\nCall `displayInDrawer(controller, drawerPositionDelegate: delegate)`.",
6 "homepage": "https://github.com/inloop/UIViewController-DisplayInDrawer",
12 "vilemkurz": "vilem.kurz@inloopx.com"
15 "git": "https://github.com/inloop/UIViewController-DisplayInDrawer.git",
21 "swift_versions": "4.1",
22 "source_files": "UIViewController-DisplayInDrawer/Classes/**/*",
23 "swift_version": "4.1"