[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.13.0 / FirebaseMLModelInterpreter.podspec.json
blob11b6f31319320c95fb7c07c60287ba9cd978117f
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 5.1",
5     "FirebaseInstanceID": "~> 3.3",
6     "FirebaseMLCommon": "~> 0.13",
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": "9.0"
22   },
23   "preserve_paths": [
24     "CHANGELOG.md",
25     "README.md"
26   ],
27   "source": {
28     "http": "https://dl.google.com/dl/cpdc/4c8e4fae417fa860/FirebaseMLModelInterpreter-0.13.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.13.0",
35   "deprecated_in_favor_of": "FirebaseMLModelDownloader"