FirebaseAnalytics.podspec.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "authors": "Google, Inc.",
  3. "cocoapods_version": ">= 1.10.0",
  4. "default_subspecs": "AdIdSupport",
  5. "dependencies": {
  6. "FirebaseCore": "~> 8.0",
  7. "FirebaseInstallations": "~> 8.0",
  8. "GoogleUtilities/AppDelegateSwizzler": "~> 7.7",
  9. "GoogleUtilities/MethodSwizzler": "~> 7.7",
  10. "GoogleUtilities/NSData+zlib": "~> 7.7",
  11. "GoogleUtilities/Network": "~> 7.7",
  12. "nanopb": "~> 2.30908.0"
  13. },
  14. "description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
  15. "frameworks": [
  16. "StoreKit"
  17. ],
  18. "homepage": "https://firebase.google.com/features/analytics/",
  19. "libraries": [
  20. "c++",
  21. "sqlite3",
  22. "z"
  23. ],
  24. "license": {
  25. "text": "Copyright 2021 Google",
  26. "type": "Copyright"
  27. },
  28. "name": "FirebaseAnalytics",
  29. "platforms": {
  30. "ios": "9.0",
  31. "osx": "10.12",
  32. "tvos": "12.0"
  33. },
  34. "source": {
  35. "http": "https://dl.google.com/firebase/ios/analytics/52eebd4fc62b3d8c/FirebaseAnalytics-8.14.0.tar.gz"
  36. },
  37. "subspecs": [
  38. {
  39. "name": "AdIdSupport",
  40. "dependencies": {
  41. "GoogleAppMeasurement": "8.15.0"
  42. },
  43. "vendored_frameworks": [
  44. "Frameworks/FirebaseAnalytics.xcframework"
  45. ]
  46. },
  47. {
  48. "name": "WithoutAdIdSupport",
  49. "dependencies": {
  50. "GoogleAppMeasurement/WithoutAdIdSupport": "8.15.0"
  51. },
  52. "vendored_frameworks": [
  53. "Frameworks/FirebaseAnalytics.xcframework"
  54. ]
  55. }
  56. ],
  57. "summary": "Firebase Analytics for iOS",
  58. "version": "8.15.0"
  59. }