File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,20 @@ Pod::Spec.new do |s|
13
13
s . source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-google-analytics-firebase.git" , :tag => "v" + s . version . to_s }
14
14
s . social_media_url = "https://twitter.com/mparticle"
15
15
s . static_framework = true
16
+ s . libraries = 'z'
16
17
17
18
s . ios . deployment_target = "15.0"
18
19
s . ios . source_files = 'mParticle-Google-Analytics-Firebase/*.{h,m,mm}'
19
20
s . ios . resource_bundles = { 'mParticle-Google-Analytics-Firebase-Privacy' => [ 'mParticle-Google-Analytics-Firebase/PrivacyInfo.xcprivacy' ] }
20
21
s . ios . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
21
22
s . ios . frameworks = 'CoreTelephony' , 'SystemConfiguration'
22
- s . libraries = 'z'
23
23
s . ios . dependency 'Firebase/Core' , '~> 12.0'
24
24
25
25
s . tvos . deployment_target = "15.0"
26
26
s . tvos . source_files = 'mParticle-Google-Analytics-Firebase/*.{h,m,mm}'
27
27
s . tvos . resource_bundles = { 'mParticle-Google-Analytics-Firebase-Privacy' => [ 'mParticle-Google-Analytics-Firebase/PrivacyInfo.xcprivacy' ] }
28
28
s . tvos . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
29
29
s . tvos . frameworks = 'CoreTelephony' , 'SystemConfiguration'
30
- s . libraries = 'z'
31
30
s . tvos . dependency 'Firebase/Core' , '~> 12.0'
32
31
33
32
end
You can’t perform that action at this time.
0 commit comments