FirebasePerformance.podspec.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "authors": "Google, Inc.",
  3. "dependencies": {
  4. "FirebaseCore": "~> 6.9",
  5. "FirebaseInstallations": "~> 1.5",
  6. "FirebaseRemoteConfig": "~> 4.7",
  7. "GTMSessionFetcher/Core": "~> 1.1",
  8. "GoogleDataTransport": "~> 7.0",
  9. "GoogleToolboxForMac/Logger": "~> 2.1",
  10. "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
  11. "GoogleUtilities/Environment": "~> 6.2",
  12. "GoogleUtilities/ISASwizzler": "~> 6.2",
  13. "GoogleUtilities/MethodSwizzler": "~> 6.2",
  14. "Protobuf": "~> 3.12"
  15. },
  16. "description": "Firebase Performance provides insights into the performance characteristics of apps",
  17. "frameworks": [
  18. "CoreTelephony",
  19. "QuartzCore",
  20. "SystemConfiguration"
  21. ],
  22. "homepage": "https://firebase.google.com/docs/perf-mon/",
  23. "license": {
  24. "text": "Copyright 2020 Google",
  25. "type": "Copyright"
  26. },
  27. "name": "FirebasePerformance",
  28. "platforms": {
  29. "ios": "8.0"
  30. },
  31. "preserve_paths": [
  32. "README.md"
  33. ],
  34. "source": {
  35. "http": "https://dl.google.com/dl/cpdc/ec10178ac6b36ea6/FirebasePerformance-3.3.0.tar.gz"
  36. },
  37. "summary": "Firebase Performance for iOS",
  38. "vendored_frameworks": [
  39. "Frameworks/FirebasePerformance.framework"
  40. ],
  41. "version": "3.3.2"
  42. }