[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 1 / 9 / FirebaseMLModelInterpreter / 0.14.0 / FirebaseMLModelInterpreter.podspec.json
blob2e67e4aa1c758d0710c6f55c5384265018d5a667
2   "authors": "Google, Inc.",
3   "dependencies": {
4     "FirebaseCore": "~> 5.2",
5     "FirebaseMLCommon": "~> 0.14",
6     "GoogleUtilities/UserDefaults": "~> 5.3",
7     "TensorFlowLite": " 1.12.0"
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/3b9d86ac8c260394/FirebaseMLModelInterpreter-0.14.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.14.0",
34   "deprecated_in_favor_of": "FirebaseMLModelDownloader"