Skip to content

Commit

Permalink
Automatically set version in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 16, 2014
1 parent c1280ba commit dedd14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAMapKit.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/neilang/NAMapKit"
s.license = 'MIT'
s.authors = { "Neil Ang" => "[email protected]", "Tony Arnold" => "[email protected]", "Daniel Doubrovkine" => "[email protected]", "Orta Therox" => "[email protected]" }
s.source = { :git => "https://github.com/neilang/NAMapKit.git", :tag => "v2.1" }
s.source = { :git => "https://github.com/neilang/NAMapKit.git", :tag => "v#{s.version}" }
s.platform = :ios, '6.0'
s.source_files = "NaMapKit/*.{h,m}"
s.resources = "NAMapKit/*.png"
Expand Down

0 comments on commit dedd14c

Please sign in to comment.