Skip to content

Commit

Permalink
Update Masonry.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudkite committed Jul 6, 2015
1 parent d2bd374 commit 598b874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Masonry.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Masonry'
s.version = '0.6.1'
s.version = '0.6.2'
s.license = 'MIT'
s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
s.homepage = 'https://github.com/cloudkite/Masonry'
s.author = { 'Jonas Budelmann' => '[email protected]' }
s.social_media_url = "http://twitter.com/cloudkite"

s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.1' }
s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.2' }

s.description = %{
Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
Expand Down

0 comments on commit 598b874

Please sign in to comment.