Skip to content

Commit

Permalink
Bumps version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Nov 9, 2015
1 parent 30ec250 commit a1f4d92
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.2"
pod "RMPickerViewController", "~> 2.0.3"
```

## 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.2"
s.version = "2.0.3"
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" => "rm@cooperrs.de" }
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.2" }
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.3" }
s.source_files = 'RMPickerViewController/*'
s.requires_arc = true

Expand Down

0 comments on commit a1f4d92

Please # to comment.