blob: 76678219ebf1338ca46789ad5e072fb0e4d028e2 [file] [log] [blame]
{
"name": "BottomSheetPresentation",
"version": "0.2.1",
"summary": "A UIPresentationController for iOS to present a view controller pinned to the bottom of the screen.",
"description": "A UIPresentationController and attendant clases for iOS to present a view controller pinned to the bottom of the screen like an action sheet. Integrates with the UIKit view controller presentation hooks to involve as little integration surface as possible.",
"homepage": "https://github.com/detroit-labs/BottomSheetPresentation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"social_media_url": "https://twitter.com/SlaunchaMan",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Detroit-Labs/BottomSheetPresentation.git",
"tag": "0.2.1"
},
"source_files": "Code/*.swift",
"frameworks": "UIKit",
"swift_version": "4.2"
}