-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating version referenced in podspec.
- Loading branch information
Mike Amaral
committed
Feb 22, 2015
1 parent
8cded58
commit 2b71d3a
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,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Onboard" | ||
s.version = "2.1" | ||
s.version = "2.1.1" | ||
s.summary = "Onboard provides devs with a quick and easy way to create an engaging, and useful onboarding experience with only a few lines of code." | ||
s.homepage = "https://github.com/mamaral/Onboard" | ||
s.license = "MIT" | ||
s.author = { "Mike Amaral" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/MikeAmaral" | ||
s.platform = :ios | ||
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1" } | ||
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.1" } | ||
s.source_files = "Objective-C/Onboard/OnboardingViewController.{h,m}", "Objective-C/Onboard/OnboardingContentViewController.{h,m}" | ||
s.requires_arc = true | ||
|
||
|