blob: 974ba98514912e5789fcb726925cd2dedf255883 [file] [log] [blame]
{
"name": "BottomDrawer",
"version": "0.1.0",
"summary": "iOS component which presents a dismissible view from the bottom of the screen",
"description": "BottomDrawer is an iOS component which presents a dismissible view from the bottom of the screen. BottomDrawer can be a useful replacement for popups and menus but can hold any viewcontroller so the use cases are endless. This repository includes the BottomDrawer component itself but also includes an extension for autolayout (NSLayoutConstraint)",
"homepage": "https://github.com/sagaya/BottomDrawer",
"screenshots": "https://github.com/sagaya/BottomDrawer/raw/master/screenshot.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sagaya": "shaggy.hafeez@gmail.com"
},
"source": {
"git": "https://github.com/sagaya/BottomDrawer.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/sagaya_hafeez",
"platforms": {
"ios": "9.0"
},
"source_files": "BottomDrawer/Classes/**/*",
"resource_bundles": {
"BottomDrawer": [
"BottomDrawer/Assets/*.xcassets"
]
},
"frameworks": [
"UIKit",
"MapKit"
]
}