Skip to content

Commit be2bac1

Browse files
authored
Update CT to 7.0.0 (#592)
1 parent 04ebab0 commit be2bac1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
s.resource_bundle = {
3333
'Leanplum-iOS-SDK' => 'LeanplumSDK/LeanplumSDKBundle/Resources/**/*'
3434
}
35-
s.dependency 'CleverTap-iOS-SDK', '~> 6.2'
35+
s.dependency 'CleverTap-iOS-SDK', '~> 7.0'
3636
s.swift_version = '5.0'
3737
end
3838

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "6.2.1")
14+
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "7.0.0")
1515
],
1616
targets: [
1717
.binaryTarget(

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_modular_headers!
44
workspace 'Leanplum.xcworkspace'
55

66
def clever_tap
7-
pod 'CleverTap-iOS-SDK', '~> 6.2'
7+
pod 'CleverTap-iOS-SDK', '~> 7.0'
88
end
99

1010
target 'LeanplumSDKApp' do

0 commit comments

Comments
 (0)