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|
1313 s . source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-google-analytics-firebase.git" , :tag => "v" + s . version . to_s }
1414 s . social_media_url = "https://twitter.com/mparticle"
1515 s . static_framework = true
16+ s . libraries = 'z'
1617
1718 s . ios . deployment_target = "15.0"
1819 s . ios . source_files = 'mParticle-Google-Analytics-Firebase/*.{h,m,mm}'
1920 s . ios . resource_bundles = { 'mParticle-Google-Analytics-Firebase-Privacy' => [ 'mParticle-Google-Analytics-Firebase/PrivacyInfo.xcprivacy' ] }
2021 s . ios . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
2122 s . ios . frameworks = 'CoreTelephony' , 'SystemConfiguration'
22- s . libraries = 'z'
2323 s . ios . dependency 'Firebase/Core' , '~> 12.0'
2424
2525 s . tvos . deployment_target = "15.0"
2626 s . tvos . source_files = 'mParticle-Google-Analytics-Firebase/*.{h,m,mm}'
2727 s . tvos . resource_bundles = { 'mParticle-Google-Analytics-Firebase-Privacy' => [ 'mParticle-Google-Analytics-Firebase/PrivacyInfo.xcprivacy' ] }
2828 s . tvos . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.22'
2929 s . tvos . frameworks = 'CoreTelephony' , 'SystemConfiguration'
30- s . libraries = 'z'
3130 s . tvos . dependency 'Firebase/Core' , '~> 12.0'
3231
3332end
You can’t perform that action at this time.
0 commit comments