blob: 0b349f639ce01393c38773c3fb7ca3e8ce992c34 [file] [log] [blame]
{
"name": "TensorFlowLiteSwift",
"version": "0.2.0",
"authors": "Google Inc.",
"license": {
"type": "Apache"
},
"homepage": "https://github.com/tensorflow/tensorflow",
"source": {
"git": "https://github.com/tensorflow/tensorflow.git",
"commit": "37c101d"
},
"summary": "TensorFlow Lite for Swift",
"description": "TensorFlow Lite is TensorFlow's lightweight solution for Swift developers. It\nenables low-latency inference of on-device machine learning models with a\nsmall binary size and fast performance supporting hardware acceleration.",
"platforms": {
"ios": "9.0"
},
"module_name": "TensorFlowLite",
"static_framework": true,
"source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
"dependencies": {
"TensorFlowLiteC": [
"0.2.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
"resources": [
"tensorflow/lite/testdata/add.bin",
"tensorflow/lite/testdata/add_quantized.bin"
]
}
]
}