[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / e / TensorFlowLiteTaskVision / 0.0.1-nightly.20220619 / TensorFlowLiteTaskVision.podspec.json
blob61068605144840be08f0ffa6bcefacc6d60e931c
2   "name": "TensorFlowLiteTaskVision",
3   "version": "0.0.1-nightly.20220619",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/tensorflow/tflite-support",
10   "source": {
11     "http": "https://dl.google.com/tflite-nightly/ios/prod/tensorflow/lite/release/support_repo/nightly_ios/683/20220619-025214/TensorFlowLiteTaskVision/0.0.1-nightly.20220619/TensorFlowLiteTaskVision-0.0.1-nightly.20220619.tar.gz"
12   },
13   "summary": "TensorFlow Lite Task Library - Vision",
14   "description": "The Computer Vision APIs of the TFLite Task Library",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "module_name": "TensorFlowLiteTaskVision",
19   "static_framework": true,
20   "public_header_files": [
21     "tensorflow_lite_support/ios/task/vision/apis/*.h",
22     "tensorflow_lite_support/odml/ios/image/apis/*.h",
23     "tensorflow_lite_support/ios/sources/TFLCommon.h",
24     "tensorflow_lite_support/ios/task/core/sources/TFLBaseOptions.h",
25     "tensorflow_lite_support/ios/task/processor/sources/{TFLClassificationOptions,TFLCategory,TFLClassificationResult,TFLDetectionResult,TFLSegmentationResult}.h",
26     "tensorflow_lite_support/ios/task/vision/sources/*.h"
27   ],
28   "source_files": [
29     "tensorflow_lite_support/c/*.h",
30     "tensorflow_lite_support/c/task/core/*.h",
31     "tensorflow_lite_support/c/task/processor/{category,bounding_box,classification_options,classification_result,detection_result,segmentation_result}.h",
32     "tensorflow_lite_support/c/task/vision/*.h",
33     "tensorflow_lite_support/c/task/vision/core/*.h",
34     "tensorflow_lite_support/ios/sources/*",
35     "tensorflow_lite_support/ios/task/core/sources/*",
36     "tensorflow_lite_support/ios/task/processor/sources/*",
37     "tensorflow_lite_support/ios/task/vision/apis/",
38     "tensorflow_lite_support/ios/task/vision/*/sources/*",
39     "tensorflow_lite_support/ios/task/vision/sources/*",
40     "tensorflow_lite_support/odml/ios/image/apis/*.h",
41     "tensorflow_lite_support/odml/ios/image/sources/*"
42   ],
43   "module_map": "tensorflow_lite_support/ios/task/vision/apis/framework.modulemap",
44   "pod_target_xcconfig": {
45     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/tensorflow_lite_support/..\"/**",
46     "VALID_ARCHS": "x86_64 armv7 arm64"
47   },
48   "libraries": "c++",
49   "vendored_frameworks": "Frameworks/TensorFlowLiteTaskVisionC.framework"