Skip to content

Commit

Permalink
Released version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Jun 19, 2015
1 parent 67eaf1b commit b3624d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to run the demo project you first need to run `pod install` to insta
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMPickerViewController", "~> 2.0.0"
pod "RMPickerViewController", "~> 2.0.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions RMPickerViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "RMPickerViewController"
s.platform = :ios, "8.0"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion"
s.homepage = "https://github.com/CooperRS/RMPickerViewController"
s.screenshots = "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen1.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen2.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen3.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.1" }
s.source_files = 'RMPickerViewController/*'
s.requires_arc = true

Expand Down

0 comments on commit b3624d6

Please sign in to comment.