blob: a74b7b6d8921436befce04027dd04a9a474fe8bb [file] [log] [blame]
{
"name": "SlidingPresentation",
"version": "0.0.1",
"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.1"
},
"source_files": "Source",
"swift_version": "5.0"
}