blob: c2bbafaa53add0f7437fcdcdabe148173787d0a0 [file] [log] [blame]
{
"name": "BottomSheetPresentation",
"version": "0.8.0",
"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.8.0"
},
"source_files": "Sources/**/*.{swift,h}",
"frameworks": "UIKit",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1",
"5.2"
],
"testspecs": [
{
"name": "BottomSheetPresentationTests",
"test_type": "unit",
"platforms": {
"ios": "8.0"
},
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5.2"
}