From 9f1fbba424ae925b0f8573d9e2b1f68db2e5dc2e Mon Sep 17 00:00:00 2001 From: Will Harris Date: Tue, 6 Aug 2013 09:32:05 +0100 Subject: [PATCH] Set version for source. --- CSURITemplate.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSURITemplate.podspec b/CSURITemplate.podspec index 7c79fa0..4786806 100644 --- a/CSURITemplate.podspec +++ b/CSURITemplate.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/cogenta/CSURITemplate" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Will Harris" => "will@greatlibrary.net" } - s.source = { :git => "https://github.com/cogenta/CSURITemplate.git", :tag => "0.1.1" } + s.source = { :git => "https://github.com/cogenta/CSURITemplate.git", :tag => "0.2" } s.ios.deployment_target = '5.0' s.osx.deployment_target = '10.7' s.source_files = 'CSURITemplate', 'CSURITemplate/**/*.{h,m}'