-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmParticle-OneTrust.podspec
More file actions
19 lines (19 loc) · 1.02 KB
/
mParticle-OneTrust.podspec
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "mParticle-OneTrust"
s.version = "9.2.0"
s.summary = "OneTrust integration for mParticle"
s.description = <<-DESC
This is the OneTrust integration for mParticle.
DESC
s.homepage = "https://www.mparticle.com"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { "mParticle" => "support@mparticle.com" }
s.source = { :git => "https://github.com/mparticle-integrations/mp-apple-integration-onetrust.git", :tag => "v" + s.version.to_s }
s.ios.deployment_target = "15.6"
s.tvos.deployment_target = "15.6"
s.source_files = 'Sources/mParticle-OneTrust/**/*.{h,m}'
s.resource_bundles = { 'mParticle-OneTrust-Privacy' => ['Sources/mParticle-OneTrust/PrivacyInfo.xcprivacy'] }
s.dependency 'mParticle-Apple-SDK', '~> 9.0'
s.ios.dependency 'OneTrust-CMP-XCFramework'
s.tvos.dependency 'OneTrust-CMP-tvOS-XCFramework'
end