blob: 670ccee75b2b1723cbd6474c82bf3eae32a3af89 [file] [log] [blame]
{
"name": "ModernSegmentedProgressView",
"version": "0.1.1",
"summary": "A progress view with discrete segments.",
"description": "This progress view is geared toward situations where you need to display integer progress to a user. For example, how many punches do I have until I get a free sandwich? The Segmented Progress View displays the current progress and the goal progress. Additionally, developers can configure colors for both empty and full cells.",
"homepage": "https://github.com/dylandpowers/ModernSegmentedProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dylandpowers": "dylandpowers@gmail.com"
},
"source": {
"git": "https://github.com/dylandpowers/ModernSegmentedProgressView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "SegmentedProgressView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "4.0"
}