Skip to content

Commit 0ed9684

Browse files
author
Mike Amaral
committed
Upped version number in podspec.
1 parent c1a4afa commit 0ed9684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Onboard.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Onboard"
4-
s.version = "2.1.7"
4+
s.version = "2.1.8"
55
s.summary = "Create a beautiful and engaging onboarding experience with only a few lines of code."
66
s.homepage = "https://github.com/mamaral/Onboard"
77
s.license = "MIT"
88
s.author = { "Mike Amaral" => "[email protected]" }
99
s.social_media_url = "http://twitter.com/MikeAmaral"
1010
s.platform = :ios
11-
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.7" }
11+
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.8" }
1212
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
1313
s.requires_arc = true
1414

0 commit comments

Comments
 (0)