Skip to content

Commit

Permalink
Update Onboard.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Mar 30, 2016
1 parent ff8c39f commit 52c09b9
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.8"
s.version = "2.1.9"
s.summary = "Create a beautiful and engaging onboarding experience with only a few lines of code."
s.homepage = "https://github.com/mamaral/Onboard"
s.license = "MIT"
s.author = { "Mike Amaral" => "mike.amaral36@gmail.com" }
s.social_media_url = "http://twitter.com/MikeAmaral"
s.platform = :ios
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.8" }
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.9" }
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 52c09b9

Please sign in to comment.