-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathmParticle-Braze-12.podspec
More file actions
23 lines (23 loc) · 1.11 KB
/
mParticle-Braze-12.podspec
File metadata and controls
23 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "mParticle-Braze-12"
s.module_name = 'mParticle_Braze'
s.version = "8.14.1"
s.summary = "Braze integration for mParticle"
s.description = <<-DESC
This is the Braze 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.static_framework = true
s.swift_version = "5.5"
s.ios.deployment_target = "15.6"
s.tvos.deployment_target = "15.6"
s.source_files = 'Sources/mParticle-Braze/**/*.{h,m,mm}'
s.resource_bundles = { 'mParticle-Braze-12-Privacy' => ['Sources/mParticle-Braze/PrivacyInfo.xcprivacy'] }
s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0'
s.dependency 'BrazeKit', '~> 12.0'
s.dependency 'BrazeKitCompat', '~> 12.0'
s.ios.dependency 'BrazeUI', '~> 12.0'
end