bee85d4baf
* Implementation of rounded lines and life cycle status for each of the steps * Swift lint configuraation for implicit getter and empty enum arguments * Added Lifecycle tab and corrected comments * Added more examples for life style * Updated jazzy documentation for 1.6.0 * Pictorial representation of lien customizations and life cycle events * Updates to jazzy docs Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "StepperView",
|
|
"version": "1.5.6",
|
|
"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.5.6"
|
|
},
|
|
"social_media_url": "https://twitter.com/badrivm",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"watchos": "6.0"
|
|
},
|
|
"source_files": "Sources/**/*.swift",
|
|
"swift_version": "5.0"
|
|
}
|