[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 2.2.0 / TensorFlowLiteSwift.podspec.json
blob2504ffa3caa33c900797a0af6036bddab1e93ff3
2   "name": "TensorFlowLiteSwift",
3   "version": "2.2.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     "tag": "v2.2.0"
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   "module_name": "TensorFlowLite",
19   "static_framework": true,
20   "source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
21   "dependencies": {
22     "TensorFlowLiteC": [
23       "2.2.0"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
31       "resources": [
32         "tensorflow/lite/testdata/add.bin",
33         "tensorflow/lite/testdata/add_quantized.bin"
34       ]
35     }
36   ]