blob: 646d170a229509a8cd3b23fbc060ce80ebdd6291 [file] [log] [blame]
{
"name": "Steps",
"version": "0.3.0",
"summary": "Steps is a navigation bar that guides users through the steps of a task.",
"description": "Steps is a navigation bar that guides users through the steps of a task. You need to use it when a given task is complicated or has a certain sequence in the series of subtasks, we can decompose it into several steps to make things easier.",
"homepage": "https://github.com/asam139/Steps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"asam139": "93sauu@gmail.com"
},
"screenshots": "https://raw.githubusercontent.com/asam139/Steps/master/Assets/logo.png",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/asam139/Steps.git",
"tag": "0.3.0"
},
"source_files": "Sources/Steps/**/*",
"frameworks": [
"SwiftUI",
"Combine"
],
"dependencies": {
"SwifterSwiftUI": [
"~> 0.2.0"
]
},
"swift_version": "5.1"
}