Skip to content

Commit 5674df1

Browse files
committed
Bump version to 1.1.0
1 parent 9e029be commit 5674df1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an iOS control for presenting any UIView in an UIActionSheet/UIAlertCont
1414
## Installation (CocoaPods)
1515
```ruby
1616
platform :ios, '8.0'
17-
pod "RMActionController", "~> 1.0.5"
17+
pod "RMActionController", "~> 1.1.0"
1818
```
1919

2020
## Usage

RMActionController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "RMActionController"
33
s.platform = :ios, '8.0'
4-
s.version = "1.0.5"
4+
s.version = "1.1.0"
55
s.summary = "This is an iOS control for presenting any UIView in UIActionSheet/UIActionController like manner"
66
s.homepage = "https://github.com/CooperRS/RMActionController"
77
s.screenshots = "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait.png", "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Landscape.png", "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait-Black.png"
88
s.license = { :type => 'MIT', :file => 'LICENSE' }
99
s.author = { "Roland Moers" => "[email protected]" }
10-
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.0.5" }
10+
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.1.0" }
1111
s.source_files = 'RMActionController/*'
1212
s.requires_arc = true
1313
s.framework = 'CoreGraphics', 'QuartzCore'

0 commit comments

Comments
 (0)