blob: 9d1a88299932150641e56ccc47c3efc072d01814 [file] [log] [blame]
{
"name": "CustomHeightPresentationController",
"version": "0.1.0",
"summary": "A presentation wrapper to show a controller that doesn't fill the full screen.",
"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.",
"homepage": "https://github.com/joemasilotti/CustomHeightPresentationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe Masilotti": "joe@masilotti.com"
},
"source": {
"git": "https://github.com/joemasilotti/CustomHeightPresentationController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/joemasilotti",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "CustomHeightPresentationController/Classes/**/*",
"frameworks": "UIKit"
}