[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.16.0 / FirebaseMLModelInterpreter.podspec.json
blobee15e52bdce7df9b22e32e09192f4f23fc88ff42
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 6.0",
5     "FirebaseMLCommon": "~> 0.16",
6     "GoogleUtilities/UserDefaults": "~> 6.0",
7     "TensorFlowLite": "1.13.1"
8   },
9   "description": "This pod contains the model interpreter to run the custom models on iOS. If ML Kit's pre-built models don't meet your needs, you can use a custom TensorFlow Lite model with ML Kit.",
10   "frameworks": [
11     "Foundation"
12   ],
13   "homepage": "https://firebase.google.com/docs/ml-kit/",
14   "license": {
15     "text": "Copyright 2019 Google",
16     "type": "Copyright"
17   },
18   "name": "FirebaseMLModelInterpreter",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "preserve_paths": [
23     "CHANGELOG.md",
24     "README.md"
25   ],
26   "source": {
27     "http": "https://dl.google.com/dl/cpdc/2160b80d25b8f521/FirebaseMLModelInterpreter-0.16.0.tar.gz"
28   },
29   "summary": "Firebase ML Kit Custom Model Interpreter SDK for iOS",
30   "vendored_frameworks": [
31     "Frameworks/FirebaseMLModelInterpreter.framework"
32   ],
33   "version": "0.16.0",
34   "deprecated_in_favor_of": "FirebaseMLModelDownloader"