blob: 885726ff5cf838c79e1ea222e14e53591a3f9aaf [file] [log] [blame]
{
"name": "TransitionProgressBar",
"version": "0.1.0",
"summary": "A simple two state progress bar with a transition between both states",
"description": "A simple two state progress bar with a transition between both states.",
"homepage": "https://github.com/alexanderkorus/TransitionProgressBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexanderkorus": "alexander.korus@svote.io"
},
"source": {
"git": "https://github.com/alexanderkorus/TransitionProgressBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TransitionProgressBar/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"swift_version": "4.2"
}