FirebaseAnalyticsOnDeviceConversion.podspec 1.1 KB

12345678910111213141516171819202122232425262728
  1. Pod::Spec.new do |s|
  2. s.name = 'FirebaseAnalyticsOnDeviceConversion'
  3. s.version = '10.29.0'
  4. s.summary = 'On device conversion measurement plugin for FirebaseAnalytics. Not intended for direct use.'
  5. s.description = <<-DESC
  6. On device conversion measurement plugin for FirebaseAnalytics. This pod does not expose any headers and isn't intended for direct use, but rather as a plugin of FirebaseAnalytics.
  7. DESC
  8. s.homepage = 'https://firebase.google.com/features/analytics/'
  9. s.license = { :type => 'Copyright', :text => 'Copyright 2022 Google' }
  10. s.authors = 'Google, Inc.'
  11. s.source = {
  12. :git => 'https://github.com/firebase/firebase-ios-sdk.git',
  13. :tag => 'CocoaPods-' + s.version.to_s
  14. }
  15. s.cocoapods_version = '>= 1.12.0'
  16. s.dependency 'GoogleAppMeasurementOnDeviceConversion', '10.29.0'
  17. s.static_framework = true
  18. s.ios.deployment_target = '10.0'
  19. s.source_files = 'FirebaseAnalyticsOnDeviceConversionWrapper/*'
  20. end