From 102d1bae71dc8dbfdfd690968bd7b2f56f29cfe7 Mon Sep 17 00:00:00 2001 From: Matt York Date: Thu, 6 Feb 2014 11:44:40 -0600 Subject: [PATCH] - Updated podspec --- MYBlurIntroductionView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MYBlurIntroductionView.podspec b/MYBlurIntroductionView.podspec index 9d8ed8f..30545b1 100644 --- a/MYBlurIntroductionView.podspec +++ b/MYBlurIntroductionView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MYBlurIntroductionView' - s.version = '1.0.2' + s.version = '1.0.3' s.summary = 'A controller for building custom app introductions and tutorials.' s.homepage = 'https://github.com/MatthewYork/MYBlurIntroductionView' @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Matthew York" => "my3681@gmail.com" } s.source = { :git => "https://github.com/MatthewYork/MYBlurIntroductionView.git", - :tag => "1.0.2" } + :tag => "v1.0.3" } s.platform = :ios, '5.0' s.requires_arc = true