blob: a29a35916b8258df2425815aef3dd7767ebd8e07 [file] [log] [blame]
{
"authors": "Google, Inc.",
"description": "TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices. It enables on-device machine learning inference with low latency and a small binary size.",
"frameworks": [
"Accelerate"
],
"homepage": "https://www.tensorflow.org/lite/",
"libraries": [
"c++"
],
"license": {
"text": "Apache 2",
"type": "Copyright"
},
"name": "TensorFlowLite",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://dl.google.com/dl/cpdc/a3cc8a8fb2aec8f6/TensorFlowLite-1.13.1.tar.gz"
},
"summary": "TensorFlow Lite",
"vendored_frameworks": [
"Frameworks/tensorflow_lite.framework"
],
"version": "1.13.1",
"xcconfig": {
"HEADER_SEARCH_PATHS": "'${SRCROOT}/Pods/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers'",
"OTHER_LDFLAGS": "-force_load '${SRCROOT}/Pods/TensorFlowLite/Frameworks/tensorflow_lite.framework/tensorflow_lite' '-L ${SRCROOT}/Pods/TensorFlowLite/Frameworks/tensorflow_lite.framework'"
}
}