Skip to content

Commit

Permalink
Bump to version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Nov 23, 2016
1 parent 1b0ca19 commit d8e64e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ RMActionController adheres to [Semantic Versioning](http://semver.org/).

---

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

* Fix RMActionController.podspec

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

* Add RMImageAction and RMScrollableGroupedAction
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 @@ RMActionController supports automatic rotation between portrait and landscape.
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMActionController", "~> 1.2.0"
pod "RMActionController", "~> 1.2.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.2.0"
s.version = "1.2.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" => "[email protected]" }

s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.2.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 d8e64e1

Please sign in to comment.