Authored by Jonas Budelmann

v0.5.3

  1 +v0.5.3
  2 +======
  3 +
  4 +#### - Fixed compilation errors on xcode6 beta
  5 +
  6 +https://github.com/Masonry/Masonry/pull/84
  7 +
  8 +
1 v0.5.2 9 v0.5.2
2 ====== 10 ======
3 11
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.2' 3 + s.version = '0.5.3'
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.2' } 10 + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.5.3' }
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.