blob: b4bd10d083036c6cf6b37c389b6605ed29921ae0 [file] [log] [blame]
{
"name": "StepProgressView",
"version": "1.5.6",
"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": "https://twitter.com/yonatsharon",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/StepProgressView.git",
"tag": "1.5.6"
},
"source_files": "Sources/*.swift",
"dependencies": {
"SweeterSwift": [
]
},
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5.0"
}