[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / f / 8 / TensorIO / 0.5.1 / TensorIO.podspec.json
blob2e4a759864e312700b4a3d1726310f92b2b4619b
2   "name": "TensorIO",
3   "version": "0.5.1",
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.1"
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       "pod_target_xcconfig": {
37         "GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1"
38       }
39     },
40     {
41       "name": "TFLite",
42       "dependencies": {
43         "TensorFlowLite": [
45         ],
46         "TensorIO/Core": [
48         ]
49       },
50       "source_files": "TensorIO/Classes/TFLite/**/*",
51       "xcconfig": {
52         "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
53       },
54       "pod_target_xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"
56       }
57     }
58   ]