Skip to content

Commit

Permalink
Release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Sep 17, 2017
1 parent 8a60c5f commit 18ccfec
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 @@ RMActionController adheres to [Semantic Versioning](http://semver.org/).

---

## [1.3.1](https://github.com/CooperRS/RMActionController/releases/tag/1.3.1)

* Add support for iOS 11 GM
* Add support for iPhone X
* Xcode 9 is now required for building
* At runtime, iOS 8 is still fine

## [1.3.0](https://github.com/CooperRS/RMActionController/releases/tag/1.3.0)

* Add new style which mimics the iOS 11 App Store buy sheet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This framework allows you to present just any view as an action sheet. In additi
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMActionController", "~> 1.3.0"
pod "RMActionController", "~> 1.3.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions RMActionController.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RMActionController"
s.version = "1.3.0"
s.version = "1.3.1"
s.platform = :ios, '8.0'
s.summary = "This is an iOS control for presenting any UIView in an UIAlertController like manner"
s.description = "This framework allows you to present just any view as an action sheet. In addition, it allows you to add actions arround the presented view which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a special UIView and some UIActions attached."
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "rm@cooperrs.de" }

s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.3.1" }
s.source_files = 'RMActionController/**/*.{h,m}'
s.public_header_files = 'RMActionController/RMActionController.h', 'RMActionController/Actions/RMAction.h', 'RMActionController/Actions/RMImageAction.h', 'RMActionController/Grouping Actions/RMGroupedAction.h', 'RMActionController/Grouping Actions/RMScrollableGroupedAction.h'

Expand Down

0 comments on commit 18ccfec

Please sign in to comment.