FirebaseAnalytics.podspec.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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/bd11de21f44e549f/FirebaseAnalytics-8.3.0.tar.gz"
  34. },
  35. "subspecs": [
  36. {
  37. "name": "AdIdSupport",
  38. "dependencies": {
  39. "GoogleAppMeasurement": "8.6.0"
  40. },
  41. "vendored_frameworks": [
  42. "Frameworks/FirebaseAnalytics.xcframework"
  43. ]
  44. },
  45. {
  46. "name": "WithoutAdIdSupport",
  47. "dependencies": {
  48. "GoogleAppMeasurement/WithoutAdIdSupport": "8.6.0"
  49. },
  50. "vendored_frameworks": [
  51. "Frameworks/FirebaseAnalytics.xcframework"
  52. ]
  53. }
  54. ],
  55. "summary": "Firebase Analytics for iOS",
  56. "version": "8.6.0"
  57. }