Skip to content

Commit

Permalink
feat: Update Clevertap SDK to Version 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Dec 6, 2023
1 parent fc322c5 commit 6482130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mParticle-CleverTap.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-CleverTap/*.{h,m}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 4.2'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 5.2'

s.tvos.deployment_target = "9.0"
s.tvos.source_files = 'mParticle-CleverTap/*.{h,m}'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 4.2'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 5.2'
end

0 comments on commit 6482130

Please sign in to comment.