[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 5 / a / d / TensorFlowLiteObjC / 0.0.1-nightly.20200924 / TensorFlowLiteObjC.podspec.json
blobdf95f5ec9f2d951aef2c319269c9cd2a71f06905
2   "name": "TensorFlowLiteObjC",
3   "version": "0.0.1-nightly.20200924",
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": "55b546de0e7c935f4402fb8819da1445504aa3e7"
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/experimental/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/experimental/objc/apis/*.h",
29       "source_files": [
30         "tensorflow/lite/experimental/objc/{apis,sources}/*.{h,m,mm}",
31         "tensorflow/lite/c/c_api.h",
32         "tensorflow/lite/c/common.h",
33         "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
34       ],
35       "exclude_files": [
36         "tensorflow/lite/experimental/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
37       ],
38       "dependencies": {
39         "TensorFlowLiteC": [
40           "0.0.1-nightly.20200924"
41         ]
42       },
43       "testspecs": [
44         {
45           "name": "Tests",
46           "test_type": "unit",
47           "source_files": "tensorflow/lite/experimental/objc/tests/*.m",
48           "exclude_files": "tensorflow/lite/experimental/objc/tests/TFLMetalDelegateTests.m",
49           "resources": [
50             "tensorflow/lite/testdata/add.bin",
51             "tensorflow/lite/testdata/add_quantized.bin"
52           ]
53         }
54       ]
55     },
56     {
57       "name": "Metal",
58       "source_files": [
59         "tensorflow/lite/experimental/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
60       ],
61       "dependencies": {
62         "TensorFlowLiteC/Metal": [
63           "0.0.1-nightly.20200924"
64         ],
65         "TensorFlowLiteObjC/Core": [
66           "0.0.1-nightly.20200924"
67         ]
68       },
69       "testspecs": [
70         {
71           "name": "Tests",
72           "test_type": "unit",
73           "source_files": "tensorflow/lite/experimental/objc/tests/TFLMetalDelegateTests.m",
74           "resources": [
75             "tensorflow/lite/testdata/multi_add.bin"
76           ]
77         }
78       ]
79     }
80   ]