Showing
1 changed file
with
2 additions
and
2 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.2.4' | 3 | + s.version = '0.3.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 | 8 | ||
9 | - s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.4' } | 9 | + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.3.0' } |
10 | 10 | ||
11 | s.description = %{ | 11 | s.description = %{ |
12 | Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. | 12 | Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. |
-
Please register or login to post a comment