Skip to content

Commit

Permalink
Update Masonry.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudkite committed May 12, 2014
1 parent 6ba2213 commit 02291ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Masonry.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Masonry'
s.version = '0.4.0'
s.version = '0.5.0'
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 = "https://twitter.com/cloudkite"

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

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

0 comments on commit 02291ac

Please sign in to comment.