You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactoring onf PitStop cases
* Removed Pitstop step as code is refactored
* Updated readme for the pitstop view modifiers
* Updated jazzy diocs for pitstops
* Update version in readme and jazzy docs
Co-authored-by: Badarinath Venkatnarayansetty <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,15 @@ StepperView is available through [CocoaPods](https://cocoapods.org). To install
66
66
it, simply add the following line to your Podfile.
67
67
68
68
```ruby
69
-
pod 'StepperView','~> 1.6.0'
69
+
pod 'StepperView','~> 1.6.1'
70
70
```
71
71
72
72
## Carthage
73
73
74
74
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile:
75
75
76
76
```ruby
77
-
github "badrinathvm/stepperView"==1.6.0
77
+
github "badrinathvm/stepperView"==1.6.1
78
78
```
79
79
80
80
## Swift Package Manager
@@ -83,7 +83,7 @@ StepperView is available through [Swift Package Manager](https://swift.org/packa
<p><ahref="https://github.com/Carthage/Carthage">Carthage</a> is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile:</p>
<p>StepperView is available through <ahref="https://swift.org/package-manager/">Swift Package Manager</a>. To install it, simply add it to the <code>dependencies</code> of your <code>Package.swift</code></p>
<p><ahref="https://github.com/Carthage/Carthage">Carthage</a> is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile:</p>
<p>StepperView is available through <ahref="https://swift.org/package-manager/">Swift Package Manager</a>. To install it, simply add it to the <code>dependencies</code> of your <code>Package.swift</code></p>
0 commit comments