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