[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.12.1 / FirebaseMLModelInterpreter.podspec.json
blob7d4c111af8ad283316a7ce1c8c12b0b8979406cd
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 5.1",
5     "FirebaseInstanceID": "~> 3.2",
6     "FirebaseMLCommon": "~> 0.12",
7     "GTMSessionFetcher/Core": "~> 1.1",
8     "TensorFlowLite": " 1.10.1"
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/7116ae3dfacba61c/FirebaseMLModelInterpreter-0.12.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.12.1",
35   "deprecated_in_favor_of": "FirebaseMLModelDownloader"