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