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}'