[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / 3 / LiteRTC / 0.0.1-nightly.20240920 / LiteRTC.podspec.json
blob0e633c206218f2878bd825466367969d0819a2f9
2   "name": "LiteRTC",
3   "version": "0.0.1-nightly.20240920",
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/1394/20240920-035013/TensorFlowLiteC/0.0.1-nightly.20240920/TensorFlowLiteC-0.0.1-nightly.20240920.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   },
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       "resource_bundles": {
32         "TensorFlowLiteC": "Frameworks/TensorFlowLiteC.xcframework/PrivacyInfo.xcprivacy"
33       }
34     },
35     {
36       "name": "CoreML",
37       "weak_frameworks": "CoreML",
38       "dependencies": {
39         "LiteRTC/Core": [
41         ]
42       },
43       "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.xcframework",
44       "resource_bundles": {
45         "TensorFlowLiteCCoreML": "Frameworks/TensorFlowLiteCCoreML.xcframework/PrivacyInfo.xcprivacy"
46       }
47     },
48     {
49       "name": "Metal",
50       "weak_frameworks": "Metal",
51       "dependencies": {
52         "LiteRTC/Core": [
54         ]
55       },
56       "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.xcframework",
57       "resource_bundles": {
58         "TensorFlowLiteCMetal": "Frameworks/TensorFlowLiteCMetal.xcframework/PrivacyInfo.xcprivacy"
59       }
60     }
61   ]