Showing
2 changed files
with
3 additions
and
3 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = 'Masonry' | 2 | s.name = 'Masonry' |
3 | - s.version = '0.5.4' | 3 | + s.version = '0.6.0' |
4 | s.license = 'MIT' | 4 | s.license = 'MIT' |
5 | s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.' | 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' | 6 | s.homepage = 'https://github.com/cloudkite/Masonry' |
7 | s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' } | 7 | s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' } |
8 | s.social_media_url = "http://twitter.com/cloudkite" | 8 | s.social_media_url = "http://twitter.com/cloudkite" |
9 | 9 | ||
10 | - s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.5.4' } | 10 | + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.0' } |
11 | 11 | ||
12 | s.description = %{ | 12 | s.description = %{ |
13 | Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. | 13 | Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. |
-
Please register or login to post a comment