Skip to content

Commit

Permalink
Released version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Jul 15, 2015
1 parent 96be36c commit bf87549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is an iOS control for presenting any UIView in an UIActionSheet/UIAlertCont
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMActionController", "~> 1.0.3"
pod "RMActionController", "~> 1.0.4"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions RMActionController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "RMActionController"
s.platform = :ios, '8.0'
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "This is an iOS control for presenting any UIView in UIActionSheet/UIActionController like manner"
s.homepage = "https://github.com/CooperRS/RMActionController"
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"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.0.3" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.0.4" }
s.source_files = 'RMActionController/*'
s.requires_arc = true
s.framework = 'CoreGraphics', 'QuartzCore'
Expand Down

0 comments on commit bf87549

Please sign in to comment.