blob: 07aeda4edad81d03bb2a585e3d2bca1e96f36f40 [file] [log] [blame]
{
"name": "StepProgressView",
"version": "1.2.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",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yonat/StepProgressView.git",
"tag": "1.2.1"
},
"source_files": "StepProgressView.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}