From a9fe050cd879bd92b03b090dc80368fc00f3c9d2 Mon Sep 17 00:00:00 2001 From: CooperRS Date: Tue, 12 May 2015 01:02:07 +0200 Subject: [PATCH] Updated podspec to use version 1.0.0 --- RMActionController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMActionController.podspec b/RMActionController.podspec index 996d1c7..1d61704 100644 --- a/RMActionController.podspec +++ b/RMActionController.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| 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" } + s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.0.0" } s.source_files = 'RMActionController/*' s.platform = :ios, '8.0' s.requires_arc = true