2 "name": "TensorFlowLiteObjC",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
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 "public_header_files": "tensorflow/lite/experimental/objc/apis/*.h",
22 "tensorflow/lite/experimental/objc/{apis,sources}/*.{h,m,mm}",
23 "tensorflow/lite/experimental/c/c_api.h",
24 "tensorflow/lite/experimental/c/c_api_types.h"
26 "module_map": "tensorflow/lite/experimental/objc/apis/framework.modulemap",
32 "pod_target_xcconfig": {
33 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/tensorflow/lite/experimental/objc/apis\"",
34 "VALID_ARCHS": "x86_64 armv7 arm64"
40 "source_files": "tensorflow/lite/experimental/objc/tests/*.m",
42 "tensorflow/lite/testdata/add.bin",
43 "tensorflow/lite/testdata/add_quantized.bin"