[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / f / 8 / TensorIO / 0.4 / TensorIO.podspec.json
blobd6019f36a1b89d6056a523dd0da306ea7421a505
2   "name": "TensorIO",
3   "version": "0.4",
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     "Philip Dow": "philip@doc.ai"
13   },
14   "source": {
15     "git": "https://github.com/doc-ai/tensorio-ios.git",
16     "tag": "0.4"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "static_framework": true,
22   "libraries": "c++",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "AVFoundation",
27     "CoreMedia",
28     "Accelerate",
29     "VideoToolbox"
30   ],
31   "dependencies": {
32     "TensorFlowLite": [
34     ]
35   },
36   "source_files": "TensorIO/Classes/**/*",
37   "private_header_files": [
38     "TensorIO/Classes/TIO Model/TIOPixelBufferToTensorHelpers.h"
39   ],
40   "xcconfig": {
41     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
42   }