Pavel Mazurin 10 vuotta sitten
vanhempi
commit
88c92f47fe
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      CHANGELOG.md
  2. 2 2
      Masonry.podspec

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v0.5.4
+v0.6.0
 ======
 
 #### - Improved support of iOS 8

+ 2 - 2
Masonry.podspec

@@ -1,13 +1,13 @@
 Pod::Spec.new do |s|
   s.name     = 'Masonry'
-  s.version  = '0.5.4'
+  s.version  = '0.6.0'
   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.4' }
+  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.6.0' }
 
   s.description = %{
     Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.