Skip to content

Commit

Permalink
Update Onboard.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Plets committed Mar 30, 2018
1 parent a723596 commit c982ffd
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.3.1"
s.version = "2.3.3"
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.3.1" }
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.3.3" }
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
s.requires_arc = true
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit c982ffd

Please sign in to comment.