27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "StepperView",
|
|
"version": "1.4.0",
|
|
"swift_versions": "5.0",
|
|
"summary": "SwiftUI iOS component for Step Indications.",
|
|
"description": "Stepper View Indication componet for SwiftUI",
|
|
"homepage": "https://github.com/badrinathvm/StepperView",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"badrinathvm": "badrinathvm@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/badrinathvm/StepperView.git",
|
|
"tag": "1.4.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/badrivm",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"watchos": "6.0"
|
|
},
|
|
"source_files": "Sources/**/*.swift",
|
|
"swift_version": "5.0"
|
|
}
|