Skip to content

Commit

Permalink
feat: Update Leanplum SDK to Version 6.x (#22)
Browse files Browse the repository at this point in the history
* feat: Update Leanplum SDK to Version 6.x
  • Loading branch information
BrandonStalnaker authored Nov 8, 2023
1 parent 61ffcbf commit bde7102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "leanplum/leanplum-ios-sdk" ~> 4.1
github "leanplum/leanplum-ios-sdk" ~> 6.1
github "mparticle/mparticle-apple-sdk" ~> 8.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.upToNextMajor(from: "8.7.0")),
.package(name: "Leanplum",
url: "https://github.com/leanplum/leanplum-ios-sdk",
.upToNextMajor(from: "4.1.0")),
.upToNextMajor(from: "6.1.0")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Leanplum.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-Leanplum/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 4.1'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 6.1'
s.ios.frameworks = 'CFNetwork', 'SystemConfiguration', 'Security', 'CoreLocation', 'StoreKit'
s.ios.weak_frameworks = 'AdSupport'
s.ios.pod_target_xcconfig = {
Expand Down

0 comments on commit bde7102

Please sign in to comment.