Jonas Budelmann 12 سال پیش
والد
کامیت
5ae7b62c13
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Masonry.podspec

+ 2 - 2
Masonry.podspec

@@ -1,12 +1,12 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name     = 'Masonry'
   s.name     = 'Masonry'
-  s.version  = '0.0.3'
+  s.version  = '0.0.4'
   s.license  = 'MIT'
   s.license  = 'MIT'
   s.summary  = 'A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive.'
   s.summary  = 'A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive.'
   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.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.0.3' }
+  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.0.4' }
 
 
   s.description = %{
   s.description = %{
     Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
     Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.