[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 1 / 6 / 0 / TensorFlowLiteC / 0.0.1-nightly.20211026 / TensorFlowLiteC.podspec.json
blob70dd50d023880aa1704ab1488e4635d66a18c46d
2   "name": "TensorFlowLiteC",
3   "version": "0.0.1-nightly.20211026",
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/288/20211026-035009/TensorFlowLiteC/0.0.1-nightly.20211026/TensorFlowLiteC-0.0.1-nightly.20211026.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   ]