blob: 2e4a759864e312700b4a3d1726310f92b2b4619b [file] [log] [blame]
{
"name": "TensorIO",
"version": "0.5.1",
"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": {
"doc.ai": "philip@doc.ai"
},
"source": {
"git": "https://github.com/doc-ai/tensorio-ios.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "9.3"
},
"static_framework": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMedia",
"Accelerate",
"VideoToolbox"
],
"libraries": "c++",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "TensorIO/Classes/Core/**/*",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1"
}
},
{
"name": "TFLite",
"dependencies": {
"TensorFlowLite": [
],
"TensorIO/Core": [
]
},
"source_files": "TensorIO/Classes/TFLite/**/*",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"
}
}
]
}