2 "name": "TensorFlowLiteTaskVision",
3 "version": "0.0.1-nightly.20220622",
4 "authors": "Google Inc.",
9 "homepage": "https://github.com/tensorflow/tflite-support",
11 "http": "https://dl.google.com/tflite-nightly/ios/prod/tensorflow/lite/release/support_repo/nightly_ios/686/20220622-025229/TensorFlowLiteTaskVision/0.0.1-nightly.20220622/TensorFlowLiteTaskVision-0.0.1-nightly.20220622.tar.gz"
13 "summary": "TensorFlow Lite Task Library - Vision",
14 "description": "The Computer Vision APIs of the TFLite Task Library",
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"
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/*"
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"
49 "vendored_frameworks": "Frameworks/TensorFlowLiteTaskVisionC.framework"