[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / a / Steps / 0.3.6 / Steps.podspec.json
blob01f402c41729f6beac2c9eec124afe689e55970c
2   "name": "Steps",
3   "version": "0.3.6",
4   "summary": "Steps is a navigation bar that guides users through the steps of a task.",
5   "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.",
6   "homepage": "https://github.com/asam139/Steps",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "asam139": "93sauu@gmail.com"
13   },
14   "screenshots": "https://raw.githubusercontent.com/asam139/Steps/master/Assets/logo.png",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15",
18     "tvos": "13.0"
19   },
20   "swift_versions": "5.1",
21   "source": {
22     "git": "https://github.com/asam139/Steps.git",
23     "tag": "0.3.6"
24   },
25   "source_files": "Sources/Steps/**/*",
26   "frameworks": [
27     "SwiftUI",
28     "Combine"
29   ],
30   "dependencies": {
31     "SwifterSwiftUI": [
32       "~> 0.5.0"
33     ]
34   },
35   "swift_version": "5.1"