[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / 5 / TopDrawer / 0.1.3 / TopDrawer.podspec.json
blob6ac8e749e1a084a56228be5b8a1313f3fa885d1e
2   "name": "TopDrawer",
3   "version": "0.1.3",
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.3"
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"