blob: 15388b0913588cefa084a35b570a2418e6f9e727 [file] [log] [blame]
{
"name": "TensorIO",
"version": "0.3.2",
"summary": "An Objective-C wrapper for TensorFlow Lite.",
"description": "Perform inference with TensorFlow Lite models using all the conveniences of Objective-C",
"homepage": "https://github.com/doc-ai/TensorIO",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"Philip Dow": "philip@doc.ai"
},
"source": {
"git": "https://github.com/doc-ai/TensorIO.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "TensorIO/Classes/**/*",
"static_framework": true,
"frameworks": [
"Foundation",
"AVFoundation",
"CoreMedia",
"Accelerate",
"VideoToolbox"
],
"dependencies": {
"TensorFlowLite": [
]
},
"libraries": "c++",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
}
}