blob: 92aaa4df502744339153c3ff7becef4f94c321f4 [file] [log] [blame]
{
"name": "BottomSheetPresentation",
"version": "0.5.4",
"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.5.4"
},
"source_files": "Code/*.{swift,h,m}",
"frameworks": "UIKit",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0"
],
"swift_version": "5.0"
}