2 "name": "TensorFlowLiteObjC",
3 "version": "0.0.1-nightly.20210628",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "264db50a153e659bd62f2783891fb213eabccd21"
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.",
18 "module_name": "TFLTensorFlowLite",
19 "static_framework": true,
20 "pod_target_xcconfig": {
21 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/tensorflow/lite/objc/apis\"",
22 "VALID_ARCHS": "i386 x86_64 armv7 arm64"
24 "default_subspecs": "Core",
28 "public_header_files": "tensorflow/lite/objc/apis/*.h",
30 "tensorflow/lite/objc/{apis,sources}/*.{h,m,mm}",
31 "tensorflow/lite/c/c_api.h",
32 "tensorflow/lite/c/c_api_types.h",
33 "tensorflow/lite/c/common.h",
34 "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
37 "tensorflow/lite/objc/{apis,sources}/TFL{Metal,CoreML}Delegate.{h,m}"
41 "0.0.1-nightly.20210628"
48 "source_files": "tensorflow/lite/objc/tests/*.m",
49 "exclude_files": "tensorflow/lite/objc/tests/TFL{Metal,CoreML}DelegateTests.m",
51 "tensorflow/lite/testdata/add.bin",
52 "tensorflow/lite/testdata/add_quantized.bin"
60 "tensorflow/lite/objc/{apis,sources}/TFLCoreMLDelegate.{h,m}"
66 "TensorFlowLiteC/CoreML": [
67 "0.0.1-nightly.20210628"
69 "TensorFlowLiteObjC/Core": [
70 "0.0.1-nightly.20210628"
77 "source_files": "tensorflow/lite/objc/tests/TFLCoreMLDelegateTests.m",
79 "tensorflow/lite/testdata/add.bin"
87 "tensorflow/lite/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
90 "TensorFlowLiteC/Metal": [
91 "0.0.1-nightly.20210628"
93 "TensorFlowLiteObjC/Core": [
94 "0.0.1-nightly.20210628"
101 "source_files": "tensorflow/lite/objc/tests/TFLMetalDelegateTests.m",
103 "tensorflow/lite/testdata/multi_add.bin"