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