Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ StepperView is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile.

```ruby
pod 'StepperView','~> 1.5.1'
pod 'StepperView','~> 1.5.2'
```

## Carthage

[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:

```ruby
github "badrinathvm/stepperView" == 1.5.1
github "badrinathvm/stepperView" == 1.5.2
```

## Swift Package Manager
Expand All @@ -77,7 +77,7 @@ StepperView is available through [Swift Package Manager](https://swift.org/packa

```ruby
dependencies: [
.package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.5.1")
.package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.5.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion StepperView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'StepperView'
s.version = '1.5.1'
s.version = '1.5.2'
s.swift_version = '5.0'
s.summary = 'SwiftUI iOS component for Step Indications.'
s.description = 'Stepper View Indication componet for SwiftUI'
Expand Down