From 5580e698de1847de83500368cdb1e12a50e1daae Mon Sep 17 00:00:00 2001 From: TensorFlow Authors Date: Mon, 4 Nov 2024 14:48:49 +0100 Subject: [PATCH] [Add] TensorFlowLiteC 0.0.1-nightly.20241104 --- .../TensorFlowLiteC.podspec.json | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20241104/TensorFlowLiteC.podspec.json diff --git a/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20241104/TensorFlowLiteC.podspec.json b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20241104/TensorFlowLiteC.podspec.json new file mode 100644 index 000000000000..f8d35231ca38 --- /dev/null +++ b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20241104/TensorFlowLiteC.podspec.json @@ -0,0 +1,64 @@ +{ + "name": "TensorFlowLiteC", + "version": "0.0.1-nightly.20241104", + "authors": "Google Inc.", + "license": { + "type": "Apache" + }, + "homepage": "https://github.com/tensorflow/tensorflow", + "source": { + "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" + }, + "summary": "TensorFlow Lite", + "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.", + "cocoapods_version": ">= 1.9.0", + "platforms": { + "ios": "12.0" + }, + "module_name": "TensorFlowLiteC", + "libraries": "c++", + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386", + "ENABLE_USER_SCRIPT_SANDBOXING": "NO" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386", + "ENABLE_USER_SCRIPT_SANDBOXING": "NO" + }, + "default_subspecs": "Core", + "subspecs": [ + { + "name": "Core", + "vendored_frameworks": "Frameworks/TensorFlowLiteC.xcframework", + "resource_bundles": { + "TensorFlowLiteC": "Frameworks/TensorFlowLiteC.xcframework/PrivacyInfo.xcprivacy" + } + }, + { + "name": "CoreML", + "weak_frameworks": "CoreML", + "dependencies": { + "TensorFlowLiteC/Core": [ + + ] + }, + "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.xcframework", + "resource_bundles": { + "TensorFlowLiteCCoreML": "Frameworks/TensorFlowLiteCCoreML.xcframework/PrivacyInfo.xcprivacy" + } + }, + { + "name": "Metal", + "weak_frameworks": "Metal", + "dependencies": { + "TensorFlowLiteC/Core": [ + + ] + }, + "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.xcframework", + "resource_bundles": { + "TensorFlowLiteCMetal": "Frameworks/TensorFlowLiteCMetal.xcframework/PrivacyInfo.xcprivacy" + } + } + ] +} -- 2.11.4.GIT