[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 8 / TensorIO / 0.3.3 / TensorIO.podspec.json
blobd05414d23ae841c4347c145ad8650ba56d9d112e
2   "name": "TensorIO",
3   "version": "0.3.3",
4   "summary": "An Objective-C wrapper for TensorFlow Lite.",
5   "description": "Perform inference with TensorFlow Lite models using all the conveniences of Objective-C",
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.3.3"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "TensorIO/Classes/**/*",
22   "static_framework": true,
23   "frameworks": [
24     "Foundation",
25     "AVFoundation",
26     "CoreMedia",
27     "Accelerate",
28     "VideoToolbox"
29   ],
30   "dependencies": {
31     "TensorFlowLite": [
33     ]
34   },
35   "libraries": "c++",
36   "xcconfig": {
37     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
38   }