Skip to content

Commit

Permalink
- Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt York committed Feb 6, 2014
1 parent f41b292 commit 102d1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'

Expand All @@ -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
Expand Down

0 comments on commit 102d1ba

Please sign in to comment.