[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.11.0 / FirebaseMLModelInterpreter.podspec.json
blob01bf61da6e1008d3fb29911bf65a505bddc8df3d
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 5.1",
5     "FirebaseInstanceID": "~> 3.2",
6     "FirebaseMLCommon": "~> 0.11",
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     "CHANGELOG.md",
25     "README.md"
26   ],
27   "source": {
28     "http": "https://dl.google.com/dl/cpdc/429d6e4b4a81c8bb/FirebaseMLModelInterpreter-0.11.0.tar.gz"
29   },
30   "summary": "Firebase ML Kit Custom Model Interpreter SDK for iOS",
31   "vendored_frameworks": [
32     "Frameworks/FirebaseMLModelInterpreter.framework"
33   ],
34   "version": "0.11.0",
35   "deprecated_in_favor_of": "FirebaseMLModelDownloader"