From 8efaf68c264484a406ee22bed0f9a2b1a01f40cf Mon Sep 17 00:00:00 2001 From: Sebastian Rehnby Date: Wed, 30 Oct 2013 23:16:52 +0100 Subject: [PATCH] Updated podspec to version 1.0.2 --- POViewFrameBuilder.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/POViewFrameBuilder.podspec b/POViewFrameBuilder.podspec index 92ff5c6..f7adeb0 100644 --- a/POViewFrameBuilder.podspec +++ b/POViewFrameBuilder.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "POViewFrameBuilder" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "A small library for semantic layout of UIViews." s.homepage = "https://github.com/podio/ios-view-frame-builder" s.license = 'MIT' s.author = { "Sebastian Rehnby" => "sebastian@podio.com" } - s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'POViewFrameBuilder/**/*.{h,m}' s.requires_arc = true