From 9e315dd0dbd50be52a44dae7d6a8deb399797ad4 Mon Sep 17 00:00:00 2001 From: shardulnavare-branch <62912002+shardulnavare-branch@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:16:11 -0400 Subject: [PATCH] Update to the latest versions of Branch and mP SDK (#43) * Update to the latest versions of Branch and mP SDK * Update cartfile to reflect latest versions * Update mParticle-BranchMetrics.podspec Co-authored-by: Ben Baron --- Cartfile | 5 ++--- mParticle-BranchMetrics.podspec | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cartfile b/Cartfile index 5a68881..37efebb 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,2 @@ -github "BranchMetrics/ios-branch-deep-linking" ~> 1.39 -github "mparticle/mparticle-apple-sdk" ~> 8.2 - +github "BranchMetrics/ios-branch-deep-linking" ~> 1.43 +github "mparticle/mparticle-apple-sdk" ~> 8.8 diff --git a/mParticle-BranchMetrics.podspec b/mParticle-BranchMetrics.podspec index d3db615..f63a624 100755 --- a/mParticle-BranchMetrics.podspec +++ b/mParticle-BranchMetrics.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = "9.0" s.ios.source_files = 'mParticle-BranchMetrics/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.2' - s.ios.dependency 'Branch', '~> 1.39.4' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.8' + s.ios.dependency 'Branch', '~> 1.43' end