[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / a / d / TensorFlowLiteObjC / 0.0.1-nightly.20200622 / TensorFlowLiteObjC.podspec.json
blobae3ad4c8c9778f8eb56eddba17dc3dec96e0ede1
2   "name": "TensorFlowLiteObjC",
3   "version": "0.0.1-nightly.20200622",
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": "072cf7ee4b11e40fdb995e248c82774caf8eb989"
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   "public_header_files": "tensorflow/lite/experimental/objc/apis/*.h",
21   "source_files": [
22     "tensorflow/lite/experimental/objc/{apis,sources}/*.{h,m,mm}",
23     "tensorflow/lite/c/c_api.h",
24     "tensorflow/lite/c/common.h",
25     "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
26   ],
27   "module_map": "tensorflow/lite/experimental/objc/apis/framework.modulemap",
28   "dependencies": {
29     "TensorFlowLiteC": [
30       "~> 0.0.1-nightly"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/tensorflow/lite/experimental/objc/apis\"",
35     "VALID_ARCHS": "i386 x86_64 armv7 arm64"
36   },
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "tensorflow/lite/experimental/objc/tests/*.m",
42       "resources": [
43         "tensorflow/lite/testdata/add.bin",
44         "tensorflow/lite/testdata/add_quantized.bin"
45       ]
46     }
47   ]