blob: d4b721cf2897b086b3ec01eb4136ff4c6295a263 [file] [log] [blame]
{
"name": "DSBottomSheet",
"version": "0.1.0",
"swift_versions": "5.3",
"summary": "DSBottomSheet makes it easy to add custom bottom sheets to your SwiftUI apps.",
"description": "BottomSheet is a SwiftUI library with tools for creating custom bottom sheet and adding them to your iOS apps.",
"homepage": "https://github.com/danielsaidi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/BottomSheet.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"resources": "Sources/BottomSheet/Resources/*.xcassets",
"swift_version": "5.3"
}