[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / 5 / UIViewController-DisplayInDrawer / 1.1.0 / UIViewController-DisplayInDrawer.podspec.json
blobb708870015ee5c6e776e81593825eaade5505fc6
2   "name": "UIViewController-DisplayInDrawer",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vilemkurz": "vilem.kurz@inloopx.com"
13   },
14   "source": {
15     "git": "https://github.com/inloop/UIViewController-DisplayInDrawer.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.1",
22   "source_files": "UIViewController-DisplayInDrawer/Classes/**/*",
23   "swift_version": "4.1"