blob: 9b8686f7edc04fa3b46b27d988d7605a39af08b5 [file] [log] [blame]
{
"name": "YLGradientProgressBar",
"version": "1.0.1",
"summary": "Progress bar that displays active steps with gradient.",
"homepage": "https://github.com/Twas/GradientProgressBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeniy Leychenko": "leychenkoev@gmail.com"
},
"social_media_url": "https://twitter.com/EugeneLeychenko",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"source": {
"git": "https://github.com/Twas/GradientProgressBar.git",
"tag": "1.0.1"
},
"source_files": "GradientProgressBar/**/*.{swift}"
}