| { |
| "name": "TopDrawer", |
| "version": "0.1.1", |
| "summary": "A top drawer that can be pulled down over the screen.", |
| "homepage": "https://github.com/JUSTINMKAUFMAN/TopDrawer.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Justin Kaufman": "jmkauf@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/JUSTINMKAUFMAN/TopDrawer.git", |
| "tag": "0.1.1" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "TopDrawer/Classes/**/*", |
| "frameworks": "UIKit", |
| "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).", |
| "swift_version": "5.0" |
| } |