Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit 0ac4117

Browse files
committed
Updated podspec to version 1.2.1
1 parent 489059f commit 0ac4117

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ See the Demo project for example on how to use it.
9494
The easiest way of installing ScrollableSegmentedControl is via [CocoaPods](http://cocoapods.org/).
9595

9696
```
97-
pod 'ScrollableSegmentedControl', '~> 1.2.0'
97+
pod 'ScrollableSegmentedControl', '~> 1.2.1'
9898
```
9999

100100
### Old-fashioned way

ScrollableSegmentedControl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ScrollableSegmentedControl'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.license = 'MIT'
55
s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient'
66
s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'

0 commit comments

Comments
 (0)