Skip to content

Commit

Permalink
chore: remove "v" prefix from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlTavares committed Nov 26, 2017
1 parent af1c8d3 commit 8679499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ciao.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Lib to publish and find services using mDNS'
s.authors = { "Alexandre Mantovani Tavares" => "alexandre@live.in" }
s.source = { :git => "https://github.com/AlTavares/Ciao.git", :tag => "v"+s.version.to_s }
s.source = { :git => "https://github.com/AlTavares/Ciao.git", :tag => s.version.to_s }
s.homepage = "https://github.com/AlTavares/Ciao"
s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0" }
s.requires_arc = true
Expand Down

0 comments on commit 8679499

Please sign in to comment.