FirebaseAnalytics.podspec.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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.4",
  9. "GoogleUtilities/MethodSwizzler": "~> 7.4",
  10. "GoogleUtilities/NSData+zlib": "~> 7.4",
  11. "GoogleUtilities/Network": "~> 7.4",
  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. },
  32. "source": {
  33. "http": "https://dl.google.com/firebase/ios/analytics/86f6bb645de4aa4b/FirebaseAnalytics-8.0.0.tar.gz"
  34. },
  35. "static_framework": true,
  36. "subspecs": [
  37. {
  38. "name": "AdIdSupport",
  39. "dependencies": {
  40. "FirebaseAnalytics/Base": "8.1.0",
  41. "GoogleAppMeasurement": "8.1.0"
  42. }
  43. },
  44. {
  45. "name": "WithoutAdIdSupport",
  46. "dependencies": {
  47. "FirebaseAnalytics/Base": "8.1.0",
  48. "GoogleAppMeasurement/WithoutAdIdSupport": "8.1.0"
  49. }
  50. },
  51. {
  52. "name": "Base",
  53. "vendored_frameworks": [
  54. "Frameworks/FirebaseAnalytics.xcframework"
  55. ]
  56. }
  57. ],
  58. "summary": "Firebase Analytics for iOS",
  59. "version": "8.1.0"
  60. }