Skip to content

Commit

Permalink
Set version for source.
Browse files Browse the repository at this point in the history
  • Loading branch information
wharris committed Aug 6, 2013
1 parent 907d034 commit 9f1fbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSURITemplate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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}'
Expand Down

0 comments on commit 9f1fbba

Please sign in to comment.