| { |
| "name": "Steps", |
| "version": "0.3.5", |
| "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.5" |
| }, |
| "source_files": "Sources/Steps/**/*", |
| "frameworks": [ |
| "SwiftUI", |
| "Combine" |
| ], |
| "dependencies": { |
| "SwifterSwiftUI": [ |
| "~> 0.4.0" |
| ] |
| }, |
| "swift_version": "5.1" |
| } |