[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 0.1.0 / TensorFlowLiteSwift.podspec.json
blobfb71b1f7d8e15fd56dc97743a2b58149d8f60e32
2   "name": "TensorFlowLiteSwift",
3   "version": "0.1.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache"
7   },
8   "homepage": "https://github.com/tensorflow/tensorflow",
9   "source": {
10     "git": "https://github.com/tensorflow/tensorflow.git",
11     "commit": "2b96dde"
12   },
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.",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.2",
19   "module_name": "TensorFlowLite",
20   "static_framework": true,
21   "source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
22   "dependencies": {
23     "TensorFlowLiteC": [
24       "0.1.0"
25     ]
26   },
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
32       "resources": [
33         "tensorflow/lite/testdata/add.bin",
34         "tensorflow/lite/testdata/add_quantized.bin"
35       ]
36     }
37   ]