2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
13 "summary": "TensorFlow Lite for Swift",
14 "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.",
18 "module_name": "TensorFlowLite",
19 "static_framework": true,
20 "source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
30 "source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
32 "tensorflow/lite/testdata/add.bin",
33 "tensorflow/lite/testdata/add_quantized.bin"