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