|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'Masonry'
|
|
|
s.version = '0.6.2'
|
|
|
s.version = '0.6.3'
|
|
|
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'
|
...
|
...
|
|