|
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
|
|
s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.2' }
|
|
s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.2' }
|
|
|
|
|
|
s.description = %{
|
|
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
|
|
|
|
|
|
+ Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
|
|
|
|
+ Masonry 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.
|
|
NSLayoutConstraints which results in layout code which is more concise and readable.
|
|
Masonry supports iOS and Mac OSX.
|
|
Masonry supports iOS and Mac OSX.
|
|
}
|
|
}
|