@@ -14,20 +14,20 @@ Pod::Spec.new do |s|
14
14
s . social_media_url = "https://twitter.com/mparticle"
15
15
s . static_framework = true
16
16
17
- s . ios . deployment_target = "13 .0"
17
+ s . ios . deployment_target = "15 .0"
18
18
s . ios . source_files = 'mParticle-Google-Analytics-Firebase-GA4/*.{h,m,mm}'
19
19
s . ios . resource_bundles = { 'mParticle-Google-Analytics-Firebase-GA4-Privacy' => [ 'mParticle-Google-Analytics-Firebase-GA4/PrivacyInfo.xcprivacy' ] }
20
20
s . ios . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
21
21
s . ios . frameworks = 'CoreTelephony' , 'SystemConfiguration'
22
22
s . libraries = 'z'
23
- s . ios . dependency 'Firebase/Core' , '~> 11.8 '
23
+ s . ios . dependency 'Firebase/Core' , '~> 12.0 '
24
24
25
- s . tvos . deployment_target = "13 .0"
25
+ s . tvos . deployment_target = "15 .0"
26
26
s . tvos . source_files = 'mParticle-Google-Analytics-Firebase-GA4/*.{h,m,mm}'
27
27
s . ios . resource_bundles = { 'mParticle-Google-Analytics-Firebase-GA4-Privacy' => [ 'mParticle-Google-Analytics-Firebase-GA4/PrivacyInfo.xcprivacy' ] }
28
28
s . tvos . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
29
29
s . tvos . frameworks = 'SystemConfiguration'
30
30
s . libraries = 'z'
31
- s . tvos . dependency 'Firebase/Core' , '~> 11.8 '
31
+ s . tvos . dependency 'Firebase/Core' , '~> 12.0 '
32
32
33
33
end
0 commit comments