diff --git a/Masonry.podspec b/Masonry.podspec index 8b768e8..31f8fd9 100644 --- a/Masonry.podspec +++ b/Masonry.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Masonry' - s.version = '0.1.5' + s.version = '0.1.6' s.license = 'MIT' - s.summary = 'A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive.' + s.summary = 'Harness the power of iOS AutoLayout NSLayoutConstraints with a simplified, chainable and descriptive 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.1.5' } + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.1.6' } s.description = %{ Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.