[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 0.0.1-nightly / TensorFlowLiteSwift.podspec.json
blob1afdcfa6884c317540796b16647544964139e1a9
2   "name": "TensorFlowLiteSwift",
3   "version": "0.0.1-nightly",
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     "branch": "master"
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       "~> 0.0.1-nightly"
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   ]