[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 3 / f / 8 / TensorIO / 0.3.0 / TensorIO.podspec.json
blobd103bda37747ffe295abd11c47abe2a7773b6e1e
2   "name": "TensorIO",
3   "version": "0.3.0",
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",
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.git",
16     "tag": "0.3.0"
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   }