-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathmParticle-Apptimize-3.podspec
More file actions
18 lines (18 loc) · 998 Bytes
/
mParticle-Apptimize-3.podspec
File metadata and controls
18 lines (18 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "mParticle-Apptimize-3"
s.module_name = 'mParticle_Apptimize'
s.version = "8.2.0"
s.summary = "Apptimize integration for mParticle"
s.description = <<-DESC
This is the Apptimize 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.ios.source_files = 'Sources/mParticle-Apptimize/**/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-Apptimize-3-Privacy' => ['Sources/mParticle-Apptimize/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0'
s.ios.dependency 'Apptimize', '~> 3.5'
end