Skip to content

Commit

Permalink
feat: Update Braze to Latest Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Dec 8, 2023
1 parent 6dc3fa6 commit e8e121d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mParticle-Appboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "11.0"
s.ios.source_files = 'Sources/**/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK', '~> 8.0'
s.ios.dependency 'BrazeKit', '~> 6.1'
s.ios.dependency 'BrazeKitCompat', '~> 6.1'
s.ios.dependency 'BrazeUI', '~> 6.1'
s.ios.dependency 'BrazeKit', '~> 7.3'
s.ios.dependency 'BrazeKitCompat', '~> 7.3'
s.ios.dependency 'BrazeUI', '~> 7.3'

s.tvos.deployment_target = "11.0"
s.tvos.source_files = 'Sources/**/*.{h,m,mm}'
s.tvos.dependency 'mParticle-Apple-SDK', '~> 8.0'
s.tvos.dependency 'BrazeKit', '~> 6.1'
s.tvos.dependency 'BrazeKitCompat', '~> 6.1'
s.tvos.dependency 'BrazeKit', '~> 7.3'
s.tvos.dependency 'BrazeKitCompat', '~> 7.3'


end

0 comments on commit e8e121d

Please sign in to comment.