-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmParticle-BranchMetrics.podspec
More file actions
executable file
·21 lines (18 loc) · 1.03 KB
/
mParticle-BranchMetrics.podspec
File metadata and controls
executable file
·21 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "mParticle-BranchMetrics"
s.version = "8.5.3"
s.summary = "BranchMetrics integration for mParticle"
s.description = <<-DESC
This is the BranchMetrics 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/mparticle-apple-integration-branchmetrics.git", :tag => "v" +s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"
s.ios.deployment_target = "12.0"
s.ios.source_files = 'mParticle-BranchMetrics/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-BranchMetrics-Privacy' => ['mParticle-BranchMetrics/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.19'
s.ios.dependency 'BranchSDK', '~> 3.4'
end