Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudkite committed Nov 3, 2013
1 parent a7b077c commit 823164d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Masonry.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Masonry'
s.version = '0.2.4'
s.version = '0.3.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' => 'jonas.budelmann@gmail.com' }

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

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

0 comments on commit 823164d

Please sign in to comment.