blob: ea326f7b62c9b09ff03e6ab70de3d38fb4bbbf00 [file] [log] [blame]
{
"name": "CA-HUD",
"version": "1.1.0",
"summary": "A beautiful HUD purely written in SwiftUI. Includes success, failure, info waiting and progress mode.",
"homepage": "https://github.com/Connapptivity/SwiftUI-HUD",
"license": {
"type": "Restricted",
"file": "LICENSE"
},
"authors": {
"Marlo Kessler": "marlo.kessler@connapptivity.de"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/Connapptivity/SwiftUI-HUD.git",
"tag": "1.1.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"exclude_files": "Sources/Exclude",
"frameworks": "Foundation",
"swift_versions": "5.2",
"dependencies": {
"Indicators": [
]
},
"swift_version": "5.2"
}