Skip to content

Commit

Permalink
Merge pull request #53 from mrugeshtank/master
Browse files Browse the repository at this point in the history
Update README.md for latest version
  • Loading branch information
spromicky authored Jun 15, 2021
2 parents 3d5eb89 + 72ef564 commit 0835ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For `1.2.0` and higher you can use images for `sliderCircle ` and `trackCircles`
To integrate `StepSlider` into your Xcode project using CocoaPods, specify it in your `Podfile`:
```
pod 'StepSlider', '~> 1.3.0'
pod 'StepSlider', '~> 1.8.0'
```
Then, run the following command:
Expand All @@ -80,7 +80,7 @@ $ pod install
To integrate `StepSlider` into your Xcode project using Carthage, specify it in your `Cartfile`:
```
github "spromicky/StepSlider" ~> 1.3.0
github "spromicky/StepSlider" ~> 1.8.0
```
Run `carthage update` to build the framework and drag the built `StepSlider.framework` into your Xcode project.
Expand All @@ -95,4 +95,4 @@ Just copy `StepSlider` class to your project.
## License
StepSlider is available under the MIT license. See the LICENSE file for more info.
StepSlider is available under the MIT license. See the LICENSE file for more info.

0 comments on commit 0835ce7

Please sign in to comment.