blob: e2096d5f3a33c2220927dc2e4cf81672ec4643dc [file] [log] [blame]
{
"name": "GradientProgress",
"version": "1.0",
"summary": "A gradient progress bar (UIProgressView).",
"description": "A simple drop-in progress bar with a slight linear horizontal gradient written in Swift.",
"homepage": "https://github.com/Smitters/GradientProgress.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Smetankin": "smetankin93@gmail.com"
},
"social_media_url": "https://twitter.com/smetankin93",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Smitters/GradientProgress.git",
"tag": "1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}