-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt York
committed
Feb 6, 2014
1 parent
f41b292
commit 102d1ba
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" => "[email protected]" } | ||
|
||
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 | ||
|