Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Moers authored and Roland Moers committed Sep 9, 2017
1 parent e4bf6b5 commit 930d2ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ RMActionController adheres to [Semantic Versioning](http://semver.org/).

---

## [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
* Add option to disable blur effects for actions
* Allows to show titles and images in their original color

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

* Fix RMActionController.podspec
Expand Down Expand Up @@ -46,4 +52,4 @@ RMActionController adheres to [Semantic Versioning](http://semver.org/).

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

* Initial Release
* Initial Release
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.2.1"
pod "RMActionController", "~> 1.3.0"
```

## 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.2.1"
s.version = "1.3.0"
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.2.1" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.3.0" }
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 930d2ed

Please sign in to comment.