-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathmParticle-Adjust-5.podspec
More file actions
19 lines (19 loc) · 997 Bytes
/
mParticle-Adjust-5.podspec
File metadata and controls
19 lines (19 loc) · 997 Bytes
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-Adjust-5"
s.module_name = 'mParticle_Adjust'
s.version = "8.3.0"
s.summary = "Adjust integration for mParticle"
s.description = <<-DESC
This is the Adjust 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/mparticle-apple-sdk.git", :tag => s.version.to_s }
s.ios.deployment_target = "15.6"
s.tvos.deployment_target = "15.6"
s.source_files = 'Sources/mParticle-Adjust/**/*.{h,m,mm}'
s.resource_bundles = { 'mParticle-Adjust-5-Privacy' => ['Sources/mParticle-Adjust/PrivacyInfo.xcprivacy'] }
s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0'
s.dependency 'Adjust', '~> 5.0'
end