blob: a0251f10cb91bd91603804d6930427d929da36e0 [file] [log] [blame]
{
"name": "MinimizableView",
"version": "1.0",
"summary": "SwiftUI view that minimises to the bottom of the screen similar to the mini-player in Apple Music or Spotify.",
"swift_versions": "5.1",
"description": "MinimizableView is a simple SwiftUI view for iOS and iPadOS that can minimise like the mini-player in the Spotify or Apple Music app. \nIt can only be used from iOS 13.0 or iPadOS because SwiftUI is not supported in earlier iOS versions.",
"homepage": "https://github.com/DominikButz/MinimizableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dominikbutz": "dominikbutz@gmail.com"
},
"source": {
"git": "https://github.com/DominikButz/MinimizableView.git",
"tag": "1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.1"
}