File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
LeanplumSDK/LeanplumSDK/Classes/Internal Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff 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.0 '
35+ s . dependency 'CleverTap-iOS-SDK' , '~> 6.2 '
3636 s . swift_version = '5.0'
3737 end
3838
Original file line number Diff line number Diff line change 3838#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState ].isTestMode || [LPConstantsState sharedState ].isInPermanentFailureState)
3939#define RETURN_IF_NOOP if (IS_NOOP) return
4040
41- #define LEANPLUM_SDK_VERSION @" 6.3 .0"
41+ #define LEANPLUM_SDK_VERSION @" 6.4 .0"
4242#define LEANPLUM_CLIENT @" ios"
4343#define LEANPLUM_SUPPORTED_ENCODING @" gzip"
4444
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ let package = Package(
1111 . library( name: " LeanplumLocation " , targets: [ " LeanplumLocation " ] )
1212 ] ,
1313 dependencies: [
14- . package ( url: " https://github.com/CleverTap/clevertap-ios-sdk " , from: " 6.0 .0 " )
14+ . package ( url: " https://github.com/CleverTap/clevertap-ios-sdk " , from: " 6.2 .0 " )
1515 ] ,
1616 targets: [
1717 . binaryTarget(
1818 name: " Leanplum " ,
19- url: " https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.3 .0/Leanplum.xcframework.zip " ,
20- checksum: " ec3705808fd7c05ee3d05cdf042be40db3642a894a7cb03b6018f1d56d328632 "
19+ url: " https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.4 .0/Leanplum.xcframework.zip " ,
20+ checksum: " 59a4f4dc275d3438aeb5b9498c86bff624d95ae8e24e2acea0fa7897e8ea5582 "
2121 ) ,
2222 . target(
2323 name: " LeanplumLocation " ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use_modular_headers!
44workspace 'Leanplum.xcworkspace'
55
66def clever_tap
7- pod 'CleverTap-iOS-SDK' , '~> 6.0 '
7+ pod 'CleverTap-iOS-SDK' , '~> 6.2 '
88end
99
1010target 'LeanplumSDKApp' do
Original file line number Diff line number Diff line change 1- 6.3 .0
1+ 6.4 .0
You can’t perform that action at this time.
0 commit comments