From 823164df32cbbada9409c9a662168d8dbabde517 Mon Sep 17 00:00:00 2001 From: Jonas Budelmann Date: Sun, 3 Nov 2013 19:21:00 +1100 Subject: [PATCH] v0.3.0 --- Masonry.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Masonry.podspec b/Masonry.podspec index 5484dfc9..ff964d6b 100644 --- a/Masonry.podspec +++ b/Masonry.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Masonry' - s.version = '0.2.4' + s.version = '0.3.0' 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' s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' } - s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.4' } + s.source = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.3.0' } s.description = %{ Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.