Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Oct 31, 2016
1 parent a286e66 commit 48f9815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 "RMDateSelectionViewController", "~> 2.0.3"
pod "RMDateSelectionViewController", "~> 2.1.0"
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions RMDateSelectionViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "RMDateSelectionViewController"
s.platform = :ios, "8.0"
s.version = "2.0.3"
s.version = "2.1.0"
s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIActionSheet like fashion"
s.homepage = "https://github.com/CooperRS/RMDateSelectionViewController"
s.screenshots = "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.0.3" }
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.1.0" }
s.source_files = 'RMDateSelectionViewController/*'
s.requires_arc = true

s.dependency 'RMActionController', '~> 1.0.5'
s.dependency 'RMActionController', '~> 1.1.0'
end

0 comments on commit 48f9815

Please sign in to comment.