[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.9.0 / FirebaseMLModelInterpreter.podspec.json
blobabf88014274480b605371c92427fb3aeded0d692
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 5.0",
5     "FirebaseInstanceID": "~> 3.0",
6     "FirebaseMLCommon": "~> 0.9",
7     "GTMSessionFetcher/Core": "~> 1.1",
8     "TensorFlowLite": " 0.1.7"
9   },
10   "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.",
11   "frameworks": [
12     "Foundation"
13   ],
14   "homepage": "https://firebase.google.com/docs/ml-kit/",
15   "license": {
16     "text": "Copyright 2018 Google",
17     "type": "Copyright"
18   },
19   "name": "FirebaseMLModelInterpreter",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "preserve_paths": [
24     "README.md"
25   ],
26   "source": {
27     "http": "https://dl.google.com/dl/cpdc/c9a492e2ea4ea35d/FirebaseMLModelInterpreter-0.9.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.9.0",
34   "deprecated_in_favor_of": "FirebaseMLModelDownloader"