Skip to content

Commit

Permalink
Release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Sep 17, 2017
1 parent f15f320 commit e8edb57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ RMDateSelectionViewController adheres to [Semantic Versioning](http://semver.org

---

## [2.3.1](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.1)

* Updated to RMActionController 1.3.1
* Add support for iOS 11 GM
* Add support for iPhone X
* Xcode 9 is now required for building

## [2.3.0](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.0)

* Updated to RMActionController 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you want to run the demo project do not forget to initialize submodules.
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMDateSelectionViewController", "~> 2.3.0"
pod "RMDateSelectionViewController", "~> 2.3.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions RMDateSelectionViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RMDateSelectionViewController"
s.version = "2.3.0"
s.version = "2.3.1"
s.platform = :ios, "8.0"
s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIAlertController like manner"
s.description = "This framework allows you to select a date by presenting an action sheet. In addition, it allows you to add actions arround the presented date picker which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a UIDatePicker and some UIActions attached."
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }

s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.0" }
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.1" }
s.source_files = 'RMDateSelectionViewController/*.{h,m}'
s.requires_arc = true

Expand Down

0 comments on commit e8edb57

Please sign in to comment.