[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / b / BottomDrawer / 0.1.1 / BottomDrawer.podspec.json
blobfff3b21c2421aa24eb5982a5221232235789a444
2   "name": "BottomDrawer",
3   "version": "0.1.1",
4   "summary": "iOS component which presents a dismissible view from the bottom of the screen",
5   "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)",
6   "homepage": "https://github.com/sagaya/BottomDrawer",
7   "screenshots": "https://github.com/sagaya/BottomDrawer/raw/master/screenshot.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sagaya": "shaggy.hafeez@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sagaya/BottomDrawer.git",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://twitter.com/sagaya_hafeez",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "BottomDrawer/Classes/**/*",
24   "resource_bundles": {
25     "BottomDrawer": [
26       "BottomDrawer/Assets/*.xcassets"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "MapKit"
32   ]