blob: 6fadaa882a892966f232a4b64ab62d32b6c88346 [file] [log] [blame]
{
"name": "SUIBottomSheet",
"version": "0.1.0",
"summary": "Lightweight BottomSheet Built with SwiftUI",
"description": "'The SUIBottomSheet is built with SwiftUI and allows developers to include a functional bottom sheet with multiple states inside of their application.'",
"homepage": "https://github.com/ZainNadeem/SUIBottomSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zain Nadeem": "zainlove@me.com"
},
"source": {
"git": "https://github.com/ZainNadeem/SUIBottomSheet.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Source/**/*",
"resource_bundles": {
"BottomSheet": [
"Source/BottomSheet.bundle/**"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}