[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / a / d / TensorFlowLiteObjC / 0.0.1-nightly.20220811 / TensorFlowLiteObjC.podspec.json
blob1c17cc40003c9d626f155bc60d9fb1a74b4ce0d2
2   "name": "TensorFlowLiteObjC",
3   "version": "0.0.1-nightly.20220811",
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": "e75ac1511159b10b1a2c29291d21fd3407eb703b"
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   "cocoapods_version": ">= 1.9.0",
16   "platforms": {
17     "ios": "11.0"
18   },
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"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "public_header_files": "tensorflow/lite/objc/apis/*.h",
33       "source_files": [
34         "tensorflow/lite/objc/{apis,sources}/*.{h,m,mm}",
35         "tensorflow/lite/builtin_ops.h",
36         "tensorflow/lite/c/c_api.h",
37         "tensorflow/lite/c/c_api_experimental.h",
38         "tensorflow/lite/c/c_api_types.h",
39         "tensorflow/lite/c/common.h",
40         "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
41       ],
42       "exclude_files": [
43         "tensorflow/lite/objc/{apis,sources}/TFL{Metal,CoreML}Delegate.{h,m}"
44       ],
45       "dependencies": {
46         "TensorFlowLiteC": [
47           "0.0.1-nightly.20220811"
48         ]
49       },
50       "testspecs": [
51         {
52           "name": "Tests",
53           "test_type": "unit",
54           "source_files": "tensorflow/lite/objc/tests/*.m",
55           "exclude_files": "tensorflow/lite/objc/tests/TFL{Metal,CoreML}DelegateTests.m",
56           "resources": [
57             "tensorflow/lite/testdata/add.bin",
58             "tensorflow/lite/testdata/add_quantized.bin",
59             "tensorflow/lite/testdata/multi_signatures.bin"
60           ]
61         }
62       ]
63     },
64     {
65       "name": "CoreML",
66       "source_files": [
67         "tensorflow/lite/objc/{apis,sources}/TFLCoreMLDelegate.{h,m}"
68       ],
69       "platforms": {
70         "ios": "12.0"
71       },
72       "dependencies": {
73         "TensorFlowLiteC/CoreML": [
74           "0.0.1-nightly.20220811"
75         ],
76         "TensorFlowLiteObjC/Core": [
77           "0.0.1-nightly.20220811"
78         ]
79       },
80       "testspecs": [
81         {
82           "name": "Tests",
83           "test_type": "unit",
84           "source_files": "tensorflow/lite/objc/tests/TFLCoreMLDelegateTests.m",
85           "resources": [
86             "tensorflow/lite/testdata/add.bin"
87           ]
88         }
89       ]
90     },
91     {
92       "name": "Metal",
93       "source_files": [
94         "tensorflow/lite/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
95       ],
96       "dependencies": {
97         "TensorFlowLiteC/Metal": [
98           "0.0.1-nightly.20220811"
99         ],
100         "TensorFlowLiteObjC/Core": [
101           "0.0.1-nightly.20220811"
102         ]
103       },
104       "testspecs": [
105         {
106           "name": "Tests",
107           "test_type": "unit",
108           "source_files": "tensorflow/lite/objc/tests/TFLMetalDelegateTests.m",
109           "resources": [
110             "tensorflow/lite/testdata/multi_add.bin"
111           ]
112         }
113       ]
114     }
115   ]