diff --git a/Onboard.podspec b/Onboard.podspec index 0851e96..9c03c16 100644 --- a/Onboard.podspec +++ b/Onboard.podspec @@ -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