[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / 6 / 0 / TensorFlowLiteC / 0.0.1-nightly.20230614 / TensorFlowLiteC.podspec.json
blob51ad94a6afe74f1fe7edd87d5337b9883802dcff
2   "name": "TensorFlowLiteC",
3   "version": "0.0.1-nightly.20230614",
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/924/20230614-035019/TensorFlowLiteC/0.0.1-nightly.20230614/TensorFlowLiteC-0.0.1-nightly.20230614.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   "cocoapods_version": ">= 1.9.0",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "module_name": "TensorFlowLiteC",
19   "libraries": "c++",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "vendored_frameworks": "Frameworks/TensorFlowLiteC.xcframework"
31     },
32     {
33       "name": "CoreML",
34       "weak_frameworks": "CoreML",
35       "dependencies": {
36         "TensorFlowLiteC/Core": [
38         ]
39       },
40       "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.xcframework"
41     },
42     {
43       "name": "Metal",
44       "weak_frameworks": "Metal",
45       "dependencies": {
46         "TensorFlowLiteC/Core": [
48         ]
49       },
50       "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.xcframework"
51     }
52   ]