-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathmParticle-Radar-3.podspec
More file actions
18 lines (18 loc) · 970 Bytes
/
mParticle-Radar-3.podspec
File metadata and controls
18 lines (18 loc) · 970 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-Radar-3"
s.module_name = 'mParticle_Radar'
s.version = "8.2.0"
s.summary = "Radar integration for mParticle"
s.description = <<-DESC
This is the Radar 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-Radar/**/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-Radar-3-Privacy' => ['Sources/mParticle-Radar/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0'
s.ios.dependency 'RadarSDK', '~> 3.25'
end