blob: afd0b2f4849490b146e5c28f344c4a185d1a9642 [file] [log] [blame]
{
"name": "StepProgressView",
"version": "1.5.1",
"summary": "Step-by-step progress view with labels and shapes. A good replacement for UIActivityIndicatorView and UIProgressView.",
"description": "Usage:\n\n```swift\nlet progressView = StepProgressView(frame: view.bounds)\nprogressView.steps = [\"First\", \"Second\", \"Third\", \"Last\"]\n\nprogressView.currentStep = 0 // started first step\n...\nprogressView.currentStep = 4 // all done\n```",
"homepage": "https://github.com/yonat/StepProgressView",
"screenshots": [
"https://raw.githubusercontent.com/yonat/StepProgressView/master/screenshots/blue.gif",
"https://raw.githubusercontent.com/yonat/StepProgressView/master/screenshots/red.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/StepProgressView.git",
"tag": "1.5.1"
},
"source_files": "Sources/*.swift",
"dependencies": {
"MiniLayout": [
]
}
}