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

Commit b64cb14

Browse files
committed
Updated podspec (v1.0.1)
1 parent bff55b3 commit b64cb14

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
@@ -64,7 +64,7 @@ See the Demo project for example on how to use it.
6464
The easiest way of installing ScrollableSegmentedControl is via [CocoaPods](http://cocoapods.org/).
6565

6666
```
67-
pod 'ScrollableSegmentedControl'
67+
pod 'ScrollableSegmentedControl', '~> 1.0.1'
6868
```
6969

7070
### 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.0'
3+
s.version = '1.0.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)