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

Commit

Permalink
Bump pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmosachin committed Apr 14, 2016
1 parent 3f06a43 commit 0bd32c3
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 = '2.3'
s.version = '2.4'
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 @@ -67,15 +67,15 @@ ColorSlider is available for installation using [CocoaPods](http://cocoapods.org
platform :ios, '9.0'
use_frameworks!

pod 'ColorSlider', '~> 2.3'
pod 'ColorSlider', '~> 2.4'
```

### 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" >= 2.3
github "gizmosachin/ColorSlider" >= 2.4
```

### Swift Package Manager
Expand Down

0 comments on commit 0bd32c3

Please sign in to comment.