[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / a / d / TensorFlowLiteObjC / 0.0.1-nightly.20210118 / TensorFlowLiteObjC.podspec.json
blob920ce5c42c99c164f01cd5cf4d53b8298e3baae9
2   "name": "TensorFlowLiteObjC",
3   "version": "0.0.1-nightly.20210118",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache"
7   },
8   "homepage": "https://github.com/tensorflow/tensorflow",
9   "source": {
10     "git": "https://github.com/tensorflow/tensorflow.git",
11     "commit": "3fcba829d82ea34245db62afd45b9523e8db02d4"
12   },
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   "platforms": {
16     "ios": "9.0"
17   },
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"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "public_header_files": "tensorflow/lite/objc/apis/*.h",
29       "source_files": [
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"
35       ],
36       "exclude_files": [
37         "tensorflow/lite/objc/{apis,sources}/TFL{Metal,CoreML}Delegate.{h,m}"
38       ],
39       "dependencies": {
40         "TensorFlowLiteC": [
41           "0.0.1-nightly.20210118"
42         ]
43       },
44       "testspecs": [
45         {
46           "name": "Tests",
47           "test_type": "unit",
48           "source_files": "tensorflow/lite/objc/tests/*.m",
49           "exclude_files": "tensorflow/lite/objc/tests/TFL{Metal,CoreML}DelegateTests.m",
50           "resources": [
51             "tensorflow/lite/testdata/add.bin",
52             "tensorflow/lite/testdata/add_quantized.bin"
53           ]
54         }
55       ]
56     },
57     {
58       "name": "CoreML",
59       "source_files": [
60         "tensorflow/lite/objc/{apis,sources}/TFLCoreMLDelegate.{h,m}"
61       ],
62       "platforms": {
63         "ios": "12.0"
64       },
65       "dependencies": {
66         "TensorFlowLiteC/CoreML": [
67           "0.0.1-nightly.20210118"
68         ],
69         "TensorFlowLiteObjC/Core": [
70           "0.0.1-nightly.20210118"
71         ]
72       },
73       "testspecs": [
74         {
75           "name": "Tests",
76           "test_type": "unit",
77           "source_files": "tensorflow/lite/objc/tests/TFLCoreMLDelegateTests.m",
78           "resources": [
79             "tensorflow/lite/testdata/add.bin"
80           ]
81         }
82       ]
83     },
84     {
85       "name": "Metal",
86       "source_files": [
87         "tensorflow/lite/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
88       ],
89       "dependencies": {
90         "TensorFlowLiteC/Metal": [
91           "0.0.1-nightly.20210118"
92         ],
93         "TensorFlowLiteObjC/Core": [
94           "0.0.1-nightly.20210118"
95         ]
96       },
97       "testspecs": [
98         {
99           "name": "Tests",
100           "test_type": "unit",
101           "source_files": "tensorflow/lite/objc/tests/TFLMetalDelegateTests.m",
102           "resources": [
103             "tensorflow/lite/testdata/multi_add.bin"
104           ]
105         }
106       ]
107     }
108   ]