From bf8754962021eb08e2bc7096336ae542ba6295c6 Mon Sep 17 00:00:00 2001 From: CooperRS Date: Wed, 15 Jul 2015 20:41:12 +0200 Subject: [PATCH] Released version 1.0.4 --- README.md | 2 +- RMActionController.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f82d994..68c8eeb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RMActionController.podspec b/RMActionController.podspec index 0c09438..5b821a2 100644 --- a/RMActionController.podspec +++ b/RMActionController.podspec @@ -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" => "rm@cooperrs.de" } - 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'