From 8be9e385fb0689f04bfea9eca0e7560c6a47419d Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 24 Mar 2015 11:08:06 +1300 Subject: [PATCH] Update build number --- Snap.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Snap.podspec b/Snap.podspec index bd6da8c..5359ed8 100644 --- a/Snap.podspec +++ b/Snap.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Snap' - s.version = '0.0.6' + s.version = '0.9.0' s.license = 'MIT' s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.' s.homepage = 'https://github.com/Masonry/Snap' s.authors = { 'Robert Payne' => 'robertpayne@me.com' } s.social_media_url = 'http://twitter.com/robertjpayne' - s.source = { :git => 'https://github.com/Masonry/Snap.git', :tag => '0.0.6' } + s.source = { :git => 'https://github.com/Masonry/Snap.git', :tag => '0.9.0' } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9'