2 "name": "TensorFlowLiteObjC",
3 "version": "0.0.1-nightly.20241014",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "8c506a1c5e1d8016023078a92480066fc0d1cade"
13 "summary": "TensorFlow Lite for Objective-C",
14 "description": "TensorFlow Lite is TensorFlow's lightweight solution for Objective-C\ndevelopers. It enables low-latency inference of on-device machine learning\nmodels with a small binary size and fast performance supporting hardware\nacceleration.",
15 "cocoapods_version": ">= 1.9.0",
19 "module_name": "TFLTensorFlowLite",
20 "static_framework": true,
21 "pod_target_xcconfig": {
22 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/tensorflow/lite/objc/apis\"",
23 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
25 "user_target_xcconfig": {
26 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
28 "default_subspecs": "Core",
33 "TFLTensorFlowLite": "tensorflow/lite/objc/PrivacyInfo.xcprivacy"
38 "public_header_files": "tensorflow/lite/objc/apis/*.h",
40 "tensorflow/lite/objc/{apis,sources}/*.{h,m,mm}"
43 "tensorflow/lite/objc/{apis,sources}/TFL{Metal,CoreML}Delegate.{h,m}"
47 "0.0.1-nightly.20241014"
49 "TensorFlowLiteObjC/Privacy": [
50 "0.0.1-nightly.20241014"
57 "source_files": "tensorflow/lite/objc/tests/*.m",
58 "exclude_files": "tensorflow/lite/objc/tests/TFL{Metal,CoreML}DelegateTests.m",
60 "tensorflow/lite/testdata/add.bin",
61 "tensorflow/lite/testdata/add_quantized.bin",
62 "tensorflow/lite/testdata/multi_signatures.bin"
70 "tensorflow/lite/objc/{apis,sources}/TFLCoreMLDelegate.{h,m}"
76 "TensorFlowLiteC/CoreML": [
77 "0.0.1-nightly.20241014"
79 "TensorFlowLiteObjC/Core": [
80 "0.0.1-nightly.20241014"
82 "TensorFlowLiteObjC/Privacy": [
83 "0.0.1-nightly.20241014"
90 "source_files": "tensorflow/lite/objc/tests/TFLCoreMLDelegateTests.m",
92 "tensorflow/lite/testdata/add.bin"
100 "tensorflow/lite/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
103 "TensorFlowLiteC/Metal": [
104 "0.0.1-nightly.20241014"
106 "TensorFlowLiteObjC/Core": [
107 "0.0.1-nightly.20241014"
109 "TensorFlowLiteObjC/Privacy": [
110 "0.0.1-nightly.20241014"
117 "source_files": "tensorflow/lite/objc/tests/TFLMetalDelegateTests.m",
119 "tensorflow/lite/testdata/multi_add.bin"