GoogleAppMeasurementOnDeviceConversion.podspec 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. Pod::Spec.new do |s|
  2. s.name = 'GoogleAppMeasurementOnDeviceConversion'
  3. s.version = '10.23.0'
  4. s.summary = <<-SUMMARY
  5. On device conversion measurement plugin for Google App Measurement. Not
  6. intended for direct use.
  7. SUMMARY
  8. s.description = <<-DESC
  9. On device conversion measurement plugin for Google App Measurement. This
  10. pod does not expose any headers and isn't intended for direct use, but
  11. rather as a plugin of Google App Measurement.
  12. DESC
  13. s.homepage = 'https://developers.google.com/ios'
  14. s.license = { :type => 'Copyright', :text => 'Copyright 2022 Google' }
  15. s.authors = 'Google, Inc.'
  16. s.source = {
  17. :http => 'https://dl.google.com/firebase/ios/analytics/c696679c30b9561e/GoogleAppMeasurementOnDeviceConversion-10.22.1.tar.gz'
  18. }
  19. s.cocoapods_version = '>= 1.12.0'
  20. s.ios.deployment_target = '10.0'
  21. s.libraries = 'c++'
  22. s.vendored_frameworks = 'Frameworks/GoogleAppMeasurementOnDeviceConversion.xcframework'
  23. end