We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4caf7 commit 98bd903Copy full SHA for 98bd903
OnboardKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "OnboardKit"
4
- s.version = "1.4.2"
+ s.version = "1.5.0"
5
s.summary = "Customisable user onboarding for your iOS app"
6
7
s.description = <<-DESC
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
19
s.platform = :ios, "11.0"
20
21
- s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.4.2" }
+ s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.5.0" }
22
s.source_files = "OnboardKit"
23
24
end
0 commit comments