[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / b / 1 / MinimizableView / 0.3 / MinimizableView.podspec.json
blob0ec0b8f07532c0c176f6f42ec7d5856e5d473254
2   "name": "MinimizableView",
3   "version": "0.3",
4   "summary": "SwiftUI view that minimises to the bottom of the screen similar to the mini-player in Apple Music or Spotify.",
5   "swift_versions": "5.1",
6   "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.",
7   "homepage": "https://github.com/DominikButz/MinimizableView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "dominikbutz": "dominikbutz@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DominikButz/MinimizableView.git",
17     "tag": "0.3"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/**/*",
23   "swift_version": "5.1"