We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d75ff commit 93995c5Copy full SHA for 93995c5
Masonry.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = 'Masonry'
3
- s.version = '0.6.0'
+ s.version = '0.6.1'
4
s.license = 'MIT'
5
s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
6
s.homepage = 'https://github.com/cloudkite/Masonry'
7
s.author = { 'Jonas Budelmann' => '[email protected]' }
8
s.social_media_url = "http://twitter.com/cloudkite"
9
10
- s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.0' }
+ s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.1' }
11
12
s.description = %{
13
Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
0 commit comments