blob: 60a69a20d4089a14cfe52ed78c0d58a6753cb4f1 [file] [log] [blame]
{
"name": "SlidingPresentation",
"version": "0.0.2",
"summary": "Simple presentation controller for \"slide in\" view controller presentation.",
"description": "Simple presentation controller for \"slide in\" view controller presentation.\n\nThe `preferredContentSize` of the presented view controller controls the size of the presented view controller.\n\nUpdates to `preferredContentSize` after the view controller is presented are also reflected in the UI.",
"homepage": "https://github.com/koenpunt/SlidingPresentation",
"license": "MIT",
"authors": {
"Koen Punt": "koen@koenpunt.nl"
},
"social_media_url": "https://twitter.com/koenpunt",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/koenpunt/SlidingPresentation.git",
"tag": "v0.0.2"
},
"source_files": "Source",
"swift_version": "5.0"
}