[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 8 / TensorIO / 0.5.0 / TensorIO.podspec.json
blob1a9ae535b12d522e3466e8c4f3c5c4863013d71a
2   "name": "TensorIO",
3   "version": "0.5.0",
4   "summary": "An Objective-C and Swift wrapper for TensorFlow Lite.",
5   "description": "Perform inference with TensorFlow Lite models using all the conveniences of Objective-C or Swift",
6   "homepage": "https://github.com/doc-ai/tensorio-ios",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "doc.ai": "philip@doc.ai"
13   },
14   "source": {
15     "git": "https://github.com/doc-ai/tensorio-ios.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "static_framework": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "AVFoundation",
26     "CoreMedia",
27     "Accelerate",
28     "VideoToolbox"
29   ],
30   "libraries": "c++",
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "TensorIO/Classes/Core/**/*",
36       "private_header_files": [
37         "TensorIO/Classes/Core/TIOModel/TIOPixelBufferToTensorHelpers.h"
38       ],
39       "pod_target_xcconfig": {
40         "GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1"
41       }
42     },
43     {
44       "name": "TFLite",
45       "dependencies": {
46         "TensorFlowLite": [
48         ],
49         "TensorIO/Core": [
51         ]
52       },
53       "source_files": "TensorIO/Classes/TFLite/**/*",
54       "xcconfig": {
55         "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
56       },
57       "pod_target_xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"
59       }
60     }
61   ]