blob: ad9828de2046a8c7f4e3fa3768eda9a3dea86cc4 [file] [log] [blame]
{
"name": "PlayIndicator",
"version": "1.0.2",
"summary": "Animated PlayIndicator written in SwiftUI. Inspired by Apple's Music Player.",
"homepage": "https://github.com/docterd/PlayIndicator",
"license": {
"type": "MIT"
},
"authors": {
"Dennis Oberhoff": "dennis@obrhoff.de"
},
"source": {
"git": "https://github.com/docterd/playindicator.git",
"tag": "1.0.2"
},
"source_files": "Sources/PlayIndicator/PlayIndicator.swift",
"platforms": {
"osx": "10.15",
"ios": "13.0",
"tvos": "13.0",
"watchos": "6.0"
},
"osx": {
"frameworks": "SwiftUI"
},
"ios": {
"frameworks": "SwiftUI"
},
"tvos": {
"frameworks": "SwiftUI"
},
"watchos": {
"frameworks": "SwiftUI"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}