Jonas Budelmann 11 년 전
부모
커밋
e0c618632f
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 0
      CHANGELOG.md
  2. 2 2
      Masonry.podspec

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+v0.5.3
+======
+
+#### - Fixed compilation errors on xcode6 beta
+
+https://github.com/Masonry/Masonry/pull/84
+
+
 v0.5.2
 ======
 

+ 2 - 2
Masonry.podspec

@@ -1,13 +1,13 @@
 Pod::Spec.new do |s|
   s.name     = 'Masonry'
-  s.version  = '0.5.2'
+  s.version  = '0.5.3'
   s.license  = 'MIT'
   s.summary  = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
   s.homepage = 'https://github.com/cloudkite/Masonry'
   s.author   = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
   s.social_media_url = "http://twitter.com/cloudkite"
 
-  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.5.2' }
+  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.5.3' }
 
   s.description = %{
     Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.