FirebaseAnalyticsOnDeviceConversion.podspec.json 979 B

12345678910111213141516171819202122232425
  1. {
  2. "authors": "Google, Inc.",
  3. "cocoapods_version": ">= 1.10.2",
  4. "dependencies": {
  5. "GoogleAppMeasurementOnDeviceConversion": "9.0.0"
  6. },
  7. "description": "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.",
  8. "homepage": "https://firebase.google.com/features/analytics/",
  9. "license": {
  10. "text": "Copyright 2022 Google",
  11. "type": "Copyright"
  12. },
  13. "name": "FirebaseAnalyticsOnDeviceConversion",
  14. "platforms": {
  15. "ios": "10.0"
  16. },
  17. "source": {
  18. "git": "https://github.com/firebase/firebase-ios-sdk.git",
  19. "tag": "CocoaPods-9.0.0"
  20. },
  21. "source_files": [ "FirebaseAnalyticsOnDeviceConversionWrapper/*" ],
  22. "static_framework": true,
  23. "summary": "On device conversion measurement plugin for FirebaseAnalytics. Not intended for direct use.",
  24. "version": "9.0.0"
  25. }