We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c7fa1 commit e12549dCopy full SHA for e12549d
Leanplum-iOS-SDK.podspec
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
32
s.resource_bundle = {
33
'Leanplum-iOS-SDK' => 'LeanplumSDK/LeanplumSDKBundle/Resources/**/*'
34
}
35
- s.dependency 'CleverTap-iOS-SDK', '~> 5.2.1'
+ s.dependency 'CleverTap-iOS-SDK', '~> 6.0'
36
s.swift_version = '5.0'
37
end
38
Podfile
@@ -4,7 +4,7 @@ use_modular_headers!
4
workspace 'Leanplum.xcworkspace'
5
6
def clever_tap
7
- pod 'CleverTap-iOS-SDK', '~> 5.2.1'
+ pod 'CleverTap-iOS-SDK', '~> 6.0'
8
9
10
target 'LeanplumSDKApp' do
0 commit comments