blob: d9cdab9faf4b71b56e1ff66eeb07442bb97c1497 [file] [log] [blame]
{
"name": "MGSegmentedProgressBar",
"version": "0.1.0",
"summary": "An animatable progress bar with support for multiple sections",
"description": "An animatable progress bar with support for multiple sections.",
"homepage": "https://github.com/mac-gallagher/MGSegmentedProgressBar",
"screenshots": [
"https://raw.githubusercontent.com/mac-gallagher/MGSegmentedProgressBar/master/Images/progress_bar.gif"
],
"documentation_url": "https://raw.githubusercontent.com/mac-gallagher/MGSegmentedProgressBar/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mac Gallagher": "jmgallagher36@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mac-gallagher/MGSegmentedProgressBar.git",
"tag": "0.1.0"
},
"source_files": "Classes/**/*",
"swift_version": "4.1",
"frameworks": "UIKit",
"deprecated_in_favor_of": "MultiProgressView"
}