Skip to content

Commit 93995c5

Browse files
committed
Bump version
1 parent a4d75ff commit 93995c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Masonry.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'Masonry'
3-
s.version = '0.6.0'
3+
s.version = '0.6.1'
44
s.license = 'MIT'
55
s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
66
s.homepage = 'https://github.com/cloudkite/Masonry'
77
s.author = { 'Jonas Budelmann' => '[email protected]' }
88
s.social_media_url = "http://twitter.com/cloudkite"
99

10-
s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.0' }
10+
s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.1' }
1111

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

0 commit comments

Comments
 (0)