[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / 3 / 4 / CustomHeightPresentationController / 0.1.0 / CustomHeightPresentationController.podspec.json
blob9d1a88299932150641e56ccc47c3efc072d01814
2   "name": "CustomHeightPresentationController",
3   "version": "0.1.0",
4   "summary": "A presentation wrapper to show a controller that doesn't fill the full screen.",
5   "description": "A tiny library (one UIViewController) that makes presenting modal screens much easier. It mimics the presentation animation and feel of UIActionSheet but leaves all design to the developer. A custom controller is animated up from the bottom of the screen and the view \"underneath\" is grayed out. Tapping anywhere on the presenting view will dismiss the presented controller.",
6   "homepage": "https://github.com/joemasilotti/CustomHeightPresentationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe Masilotti": "joe@masilotti.com"
13   },
14   "source": {
15     "git": "https://github.com/joemasilotti/CustomHeightPresentationController.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/joemasilotti",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "CustomHeightPresentationController/Classes/**/*",
24   "frameworks": "UIKit"