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

Commit

Permalink
Updated podspec (v1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GocePetrovski committed Jan 26, 2017
1 parent bff55b3 commit b64cb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See the Demo project for example on how to use it.
The easiest way of installing ScrollableSegmentedControl is via [CocoaPods](http://cocoapods.org/).

```
pod 'ScrollableSegmentedControl'
pod 'ScrollableSegmentedControl', '~> 1.0.1'
```

### Old-fashioned way
Expand Down
2 changes: 1 addition & 1 deletion ScrollableSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ScrollableSegmentedControl'
s.version = '1.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient'
s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'
Expand Down

0 comments on commit b64cb14

Please sign in to comment.