[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 1 / 6 / 0 / TensorFlowLiteC / 2.4.0 / TensorFlowLiteC.podspec.json
blobbb9b67f0f44ba4bcde575098fc54eba7b911cfd7
2   "name": "TensorFlowLiteC",
3   "version": "2.4.0",
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/dl/cpdc/e8a95c1d411b795e/TensorFlowLiteC-2.4.0.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   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "module_name": "TensorFlowLiteC",
21   "libraries": "c++",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "Frameworks/TensorFlowLiteC.framework"
27     },
28     {
29       "name": "CoreML",
30       "weak_frameworks": "CoreML",
31       "dependencies": {
32         "TensorFlowLiteC/Core": [
34         ]
35       },
36       "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.framework"
37     },
38     {
39       "name": "Metal",
40       "weak_frameworks": "Metal",
41       "dependencies": {
42         "TensorFlowLiteC/Core": [
44         ]
45       },
46       "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.framework"
47     }
48   ]