Skip to content

Commit

Permalink
use tag based on version string in Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Jan 6, 2014
1 parent bd51b78 commit b20af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AXStatusItemPopup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ LICENSE
}
s.author = { "Alexander Schuch" => "[email protected]" }
s.platform = :osx, "10.7"
s.source = { :git => "https://github.com/aschuch/AXStatusItemPopup.git", :commit => "9a015cb4033824d98082de9605ceedfe3d0c5cd6" }
s.source = { :git => "https://github.com/aschuch/AXStatusItemPopup.git", :tag => s.version.to_s }
s.source_files = "AXStatusItemPopup/*.{h,m}"
end

0 comments on commit b20af98

Please sign in to comment.