Skip to content

Commit

Permalink
Upped version number in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed Mar 22, 2016
1 parent c1a4afa commit 0ed9684
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.7"
s.version = "2.1.8"
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.7" }
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.8" }
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 0ed9684

Please sign in to comment.