blob: d6578e31c1af17d3979958f897be81302f535705 [file] [log] [blame]
{
"name": "MinimizableView",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.1"
}