blob: dd52b86b94eabcdfeffa5ef53d9aa2865d44c638 [file] [log] [blame]
{
"name": "RainbowBar",
"version": "0.2.0",
"summary": "Progress bar for notched status bar.",
"description": "Progress bar with wild animation for notched status bar. Automatic sizing (height and notch curves) according to device model. Powered by SwiftUI and Combine. Made just for fun and SwiftUI practice) Inspired by https://dribbble.com/shots/3824870-Loading-Animation-for-iPhone-X",
"homepage": "https://github.com/DistilleryTech/RainbowBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kubarev": "a.kubarev@distillery.com"
},
"source": {
"git": "https://github.com/DistilleryTech/RainbowBar.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "RainbowBar/Classes/**/*",
"frameworks": [
"SwiftUI",
"Combine"
],
"dependencies": {
"DeviceKit": [
"~> 2.0"
]
},
"swift_version": "5.0"
}