[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / 5 / TopDrawer / 0.1.1 / TopDrawer.podspec.json
blob618180c56e840e2cfc816cb4d8ca04f6b5ad855f
2   "name": "TopDrawer",
3   "version": "0.1.1",
4   "summary": "A top drawer that can be pulled down over the screen.",
5   "homepage": "https://github.com/JUSTINMKAUFMAN/TopDrawer.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Justin Kaufman": "jmkauf@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/JUSTINMKAUFMAN/TopDrawer.git",
15     "tag": "0.1.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "TopDrawer/Classes/**/*",
22   "frameworks": "UIKit",
23   "description": "A top drawer that can be pulled up/down over the screen, written in Swift. Stays on top of the visible hierarchy. Does not prevent interaction with content underneath the drawer (as is the case with modal drawers).",
24   "swift_version": "5.0"