Authored by Jonas Budelmann

v0.1.6

1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'Masonry' 2 s.name = 'Masonry'
3 - s.version = '0.1.5' 3 + s.version = '0.1.6'
4 s.license = 'MIT' 4 s.license = 'MIT'
5 - s.summary = 'A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive.' 5 + s.summary = 'Harness the power of iOS AutoLayout NSLayoutConstraints with a simplified, chainable and descriptive 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.1.5' } 9 + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.1.6' }
10 10
11 s.description = %{ 11 s.description = %{
12 Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax. 12 Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.