[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / 3 / LiteRTC / 0.0.1-nightly.20241104 / LiteRTC.podspec.json
blobf06636a97d4551ec23974ea57832063d2035b470
2   "name": "LiteRTC",
3   "version": "0.0.1-nightly.20241104",
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/1439/20241104-035010/TensorFlowLiteC/0.0.1-nightly.20241104/TensorFlowLiteC-0.0.1-nightly.20241104.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": "12.0"
17   },
18   "module_name": "TensorFlowLiteC",
19   "libraries": "c++",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386",
22     "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386",
26     "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "vendored_frameworks": "Frameworks/TensorFlowLiteC.xcframework",
33       "resource_bundles": {
34         "TensorFlowLiteC": "Frameworks/TensorFlowLiteC.xcframework/PrivacyInfo.xcprivacy"
35       }
36     },
37     {
38       "name": "CoreML",
39       "weak_frameworks": "CoreML",
40       "dependencies": {
41         "LiteRTC/Core": [
43         ]
44       },
45       "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.xcframework",
46       "resource_bundles": {
47         "TensorFlowLiteCCoreML": "Frameworks/TensorFlowLiteCCoreML.xcframework/PrivacyInfo.xcprivacy"
48       }
49     },
50     {
51       "name": "Metal",
52       "weak_frameworks": "Metal",
53       "dependencies": {
54         "LiteRTC/Core": [
56         ]
57       },
58       "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.xcframework",
59       "resource_bundles": {
60         "TensorFlowLiteCMetal": "Frameworks/TensorFlowLiteCMetal.xcframework/PrivacyInfo.xcprivacy"
61       }
62     }
63   ]