blob: c3781ee2cd87ed00ac68772e5bf9f99f29674427 [file] [log] [blame]
{
"name": "TensorFlowLiteSwift",
"version": "0.0.1-nightly.20200507",
"authors": "Google Inc.",
"license": {
"type": "Apache"
},
"homepage": "https://github.com/tensorflow/tensorflow",
"source": {
"git": "https://github.com/tensorflow/tensorflow.git",
"commit": "0ea9a77e77e6a94cd2dc2baa84f502affd738970"
},
"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.0.1-nightly"
]
},
"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"
]
}
]
}