From eac396e728f5641ac0941762e780f4e499ca695b Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Fri, 17 Jul 2015 11:39:42 -0400 Subject: [PATCH] Update Facade.podspec --- Facade.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Facade.podspec b/Facade.podspec index 53c831f..7df2408 100644 --- a/Facade.podspec +++ b/Facade.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "Facade" - s.version = "0.2.4" + s.version = "1.0.0" s.summary = "Programmatic view layout for the rest of us." s.homepage = "https://github.com/mamaral/Facade" s.license = "MIT" s.author = { "Mike Amaral" => "mike.amaral36@gmail.com" } s.social_media_url = "http://twitter.com/MikeAmaral" s.platform = :ios - s.source = { :git => "https://github.com/mamaral/Facade.git", :tag => "v0.2.4" } + s.source = { :git => "https://github.com/mamaral/Facade.git", :tag => "v1.0.0" } s.source_files = "Facade/UIView+Facade.{h,m}" s.requires_arc = true