[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 6 / 0 / TensorFlowLiteC / 0.0.1-nightly.20210523 / TensorFlowLiteC.podspec.json
blob054e181ddb3894d47352a6af0db59b634c9e5432
2   "name": "TensorFlowLiteC",
3   "version": "0.0.1-nightly.20210523",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache"
7   },
8   "homepage": "https://github.com/tensorflow/tensorflow",
9   "source": {
10     "http": "https://dl.google.com/tflite-nightly/ios/prod/tensorflow/lite/release/ios/nightly/132/20210523-035008/TensorFlowLiteC/0.0.1-nightly.20210523/TensorFlowLiteC-0.0.1-nightly.20210523.tar.gz"
11   },
12   "summary": "TensorFlow Lite",
13   "description": "An internal-only pod containing the TensorFlow Lite C library that the public\n`TensorFlowLiteSwift` and `TensorFlowLiteObjC` pods depend on. This pod is not\nintended to be used directly. Swift developers should use the\n`TensorFlowLiteSwift` pod and Objective-C developers should use the\n`TensorFlowLiteObjC` pod.",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "module_name": "TensorFlowLiteC",
18   "libraries": "c++",
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "vendored_frameworks": "Frameworks/TensorFlowLiteC.framework"
24     },
25     {
26       "name": "CoreML",
27       "weak_frameworks": "CoreML",
28       "dependencies": {
29         "TensorFlowLiteC/Core": [
31         ]
32       },
33       "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.framework"
34     },
35     {
36       "name": "Metal",
37       "weak_frameworks": "Metal",
38       "dependencies": {
39         "TensorFlowLiteC/Core": [
41         ]
42       },
43       "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.framework"
44     }
45   ]