diff --git a/Package.swift b/Package.swift index a3261ec..7885c65 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( .upToNextMajor(from: "8.9.0")), .package(name: "BranchSDK", url: "https://github.com/BranchMetrics/ios-branch-sdk-spm", - .upToNextMajor(from: "3.0.1")), + .upToNextMajor(from: "3.4.1")), ], targets: [ .target( diff --git a/mParticle-BranchMetrics.podspec b/mParticle-BranchMetrics.podspec index 746c1a7..2f14254 100755 --- a/mParticle-BranchMetrics.podspec +++ b/mParticle-BranchMetrics.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = "12.0" s.ios.source_files = 'mParticle-BranchMetrics/*.{h,m,mm}' s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.9' - s.ios.dependency 'BranchSDK', '~> 3.0.1' + s.ios.dependency 'BranchSDK', '~> 3.4' end