Skip to content

Commit

Permalink
feat: Update CleverTap to Latest (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Oct 28, 2024
1 parent 5233bd8 commit 0968481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.upToNextMajor(from: "8.22.0")),
.package(name: "CleverTapSDK",
url: "https://github.com/CleverTap/clevertap-ios-sdk",
.upToNextMajor(from: "6.2.1")),
.upToNextMajor(from: "7.0.0")),
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions mParticle-CleverTap.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Pod::Spec.new do |s|
s.ios.source_files = 'mParticle-CleverTap/*.{h,m}'
s.ios.resource_bundles = { 'mParticle-CleverTap-Privacy' => ['mParticle-CleverTap/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.22'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 6.2'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 7.0'

s.tvos.deployment_target = "9.0"
s.tvos.source_files = 'mParticle-CleverTap/*.{h,m}'
s.ios.resource_bundles = { 'mParticle-CleverTap-Privacy' => ['mParticle-CleverTap/PrivacyInfo.xcprivacy'] }
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.22'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 6.2'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 7.0'
end

0 comments on commit 0968481

Please sign in to comment.