Jonas Budelmann 12 年之前
父節點
當前提交
2c56a22ae8
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      Masonry.podspec

+ 4 - 3
Masonry.podspec

@@ -1,17 +1,18 @@
 Pod::Spec.new do |s|
   s.name     = 'Masonry'
-  s.version  = '0.2.0'
+  s.version  = '0.2.1'
   s.license  = 'MIT'
-  s.summary  = 'Harness the power of iOS AutoLayout NSLayoutConstraints with a simplified, chainable and descriptive 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.author   = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
 
-  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.0' }
+  s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.1' }
 
   s.description = %{
     Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
 	Masonary has its own layout DSL which provides a chainable way of describing your
 	NSLayoutConstraints which results in layout code which is more concise and readable.
+    Masonry supports iOS and Mac OSX.
   }
 
   s.source_files = 'Masonry/*.{h,m}'