Showing
1 changed file
with
1 additions
and
1 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = 'Masonry' | 2 | s.name = 'Masonry' |
3 | - s.version = '1.0.1' | 3 | + s.version = '1.0.2' |
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' |
-
Please register or login to post a comment