Skip to content

Commit

Permalink
Update to the latest versions of Branch and mP SDK (#43)
Browse files Browse the repository at this point in the history
* 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 <ben@einsteinx2.com>
  • Loading branch information
shardulnavare-branch and einsteinx2 authored Aug 30, 2022
1 parent ff1e9b2 commit 9e315dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions mParticle-BranchMetrics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e315dd

Please sign in to comment.