Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmosachin committed Mar 3, 2017
1 parent 432cfec commit 9736ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ColorSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ColorSlider'
s.version = '3.0'
s.version = '3.0.1'
s.summary = 'Snapchat-style color picker with live preview'
s.homepage = 'http://github.com/gizmosachin/ColorSlider'
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ ColorSlider is available for installation using [CocoaPods](http://cocoapods.org
platform :ios, '9.0'
use_frameworks!

pod 'ColorSlider', '~> 3.0'
pod 'ColorSlider', '~> 3.0.1'
```

### Carthage

ColorSlider is also available for installation using [Carthage](https://github.com/Carthage/Carthage). To integrate, add the following to your `Cartfile`:

``` odgl
github "gizmosachin/ColorSlider" >= 3.0
github "gizmosachin/ColorSlider" >= 3.0.1
```

### Swift Package Manager
Expand Down

0 comments on commit 9736ffd

Please sign in to comment.