Skip to content

Commit

Permalink
Bump CleverTap SDK version (Leanplum#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzagorchev authored Jan 6, 2023
1 parent 23144de commit 2e0854b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.resource_bundle = {
'Leanplum-iOS-SDK' => 'LeanplumSDK/LeanplumSDKBundle/Resources/**/*'
}
s.dependency 'CleverTap-iOS-SDK', '~> 4.1.5'
s.dependency 'CleverTap-iOS-SDK', '~> 4.2.0'
s.swift_version = '5.0'
end

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
],
dependencies: [
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "4.1.5")
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "4.2.0")
],
targets: [
.binaryTarget(
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target 'LeanplumSDKTests' do
end

def clever_tap
pod 'CleverTap-iOS-SDK', '~> 4.1.5'
pod 'CleverTap-iOS-SDK', '~> 4.2.0'
end

target 'Leanplum' do
Expand Down

0 comments on commit 2e0854b

Please sign in to comment.