blob: b3ffe5478fd187e989d5a711b7650da6d49e43ca [file] [log] [blame]
{
"name": "GradientProgressBar",
"version": "2.0.3",
"summary": "A customizable gradient progress bar (UIProgressView).",
"description": "A gradient progress bar (UIProgressView).\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW",
"homepage": "https://github.com/fxm90/GradientProgressBar",
"screenshots": "https://felix.hamburg/files/github/gradient-progress-bar/preview.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Mau": "me@felix.hamburg"
},
"source": {
"git": "https://github.com/fxm90/GradientProgressBar.git",
"tag": "2.0.3"
},
"social_media_url": "https://twitter.com/_fxm90",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "GradientProgressBar/Classes/**/*",
"dependencies": {
"LightweightObservable": [
"~> 2.0"
]
},
"swift_version": "5.0"
}