Skip to content

Commit

Permalink
Update Onboard.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Sep 2, 2015
1 parent 736fef7 commit 5123934
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.6"
s.version = "2.1.7"
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.6" }
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.7" }
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 5123934

Please sign in to comment.