diff --git a/CSURITemplate.podspec b/CSURITemplate.podspec index 4786806..bbcfc0b 100644 --- a/CSURITemplate.podspec +++ b/CSURITemplate.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "CSURITemplate" - s.version = "0.2" + s.version = "0.3" s.summary = "Implementation of the URI Template spec." 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.2" } + s.source = { :git => "https://github.com/cogenta/CSURITemplate.git", :tag => "0.3" } s.ios.deployment_target = '5.0' s.osx.deployment_target = '10.7' s.source_files = 'CSURITemplate', 'CSURITemplate/**/*.{h,m}'