Browse Source

Update Masonry.podspec

Jonas Budelmann 11 năm trước cách đây
mục cha
commit
2789883700
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Masonry.podspec

+ 2 - 2
Masonry.podspec

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