FirebaseMLVision.podspec.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "authors": "Google, Inc.",
  3. "dependencies": {
  4. "FirebaseCore": "~> 7.0",
  5. "FirebaseMLCommon": "~> 7.0-beta",
  6. "GTMSessionFetcher/Core": "~> 1.1",
  7. "GoogleAPIClientForREST/Core": "~> 1.3",
  8. "GoogleAPIClientForREST/Vision": "~> 1.3",
  9. "GoogleToolboxForMac/Logger": "~> 2.1",
  10. "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
  11. "Protobuf": "~> 3.12"
  12. },
  13. "description": "This is the top level pod for ML Kit for vision based features on iOS. ML Kit is a mobile SDK that brings Google's machine learning expertise to mobile devices in a powerful yet easy-to-use package.",
  14. "frameworks": [
  15. "Accelerate",
  16. "AVFoundation",
  17. "CoreGraphics",
  18. "CoreMedia",
  19. "CoreVideo",
  20. "Foundation",
  21. "UIKit"
  22. ],
  23. "homepage": "https://firebase.google.com/docs/ml-kit/",
  24. "license": {
  25. "text": "Copyright 2020 Google",
  26. "type": "Copyright"
  27. },
  28. "name": "FirebaseMLVision",
  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/58517163ccbb14d8/FirebaseMLVision-0.21.0.tar.gz"
  38. },
  39. "summary": "Firebase ML Kit Vision SDK for iOS",
  40. "vendored_frameworks": [
  41. "Frameworks/FirebaseMLVision.framework"
  42. ],
  43. "version": "7.4.0-beta"
  44. }