FirebaseMLCommon.podspec.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "authors": "Google, Inc.",
  3. "dependencies": {
  4. "FirebaseCore": "~> 7.0",
  5. "FirebaseInstallations": "~> 7.0",
  6. "GTMSessionFetcher/Core": "~> 1.1",
  7. "GoogleToolboxForMac/Logger": "~> 2.1",
  8. "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
  9. "GoogleToolboxForMac/NSDictionary+URLArguments": "~> 2.1",
  10. "GoogleUtilities/UserDefaults": "~> 7.0",
  11. "Protobuf": "~> 3.12"
  12. },
  13. "description": "This is an INTERNAL ONLY pod containing common elements for all the Firebase ML Kit pods.",
  14. "frameworks": [
  15. "Foundation",
  16. "LocalAuthentication"
  17. ],
  18. "homepage": "https://firebase.google.com/docs/ml-kit/",
  19. "libraries": [
  20. "c++",
  21. "sqlite3",
  22. "z"
  23. ],
  24. "license": {
  25. "text": "Copyright 2020 Google",
  26. "type": "Copyright"
  27. },
  28. "name": "FirebaseMLCommon",
  29. "platforms": {
  30. "ios": "10.0"
  31. },
  32. "preserve_paths": [
  33. "CHANGELOG.md",
  34. "README.md"
  35. ],
  36. "source": {
  37. "http": "https://dl.google.com/dl/cpdc/a87f6cd702e135fb/FirebaseMLCommon-0.21.0.tar.gz"
  38. },
  39. "summary": "Firebase ML Kit Common SDK for iOS",
  40. "vendored_frameworks": [
  41. "Frameworks/FirebaseMLCommon.framework"
  42. ],
  43. "version": "7.5.0-beta"
  44. }