Skip to content

Commit

Permalink
Updating version referenced in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed Feb 22, 2015
1 parent 8cded58 commit 2b71d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Onboard.podspec
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

Expand Down

0 comments on commit 2b71d3a

Please sign in to comment.