diff --git a/Onboard.podspec b/Onboard.podspec index 55bf778..3077bd0 100644 --- a/Onboard.podspec +++ b/Onboard.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "Onboard" - s.version = "2.2.1" + s.version = "2.3.0" 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.2.1" } + s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.3.0" } s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}" s.requires_arc = true s.ios.deployment_target = '8.0'