Authored by Robert Payne

Merge pull request #226 from zinthemoney/master

Use version variable for tag number
@@ -7,7 +7,7 @@ Pod::Spec.new do |s| @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7 s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' } 7 s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
8 s.social_media_url = "http://twitter.com/cloudkite" 8 s.social_media_url = "http://twitter.com/cloudkite"
9 9
10 - s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.2' } 10 + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => "v#{s.version}" }
11 11
12 s.description = %{ 12 s.description = %{
13 Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. 13 Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.