[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 0.0.1-nightly.20210327 / TensorFlowLiteSwift.podspec.json
blob7d6e9ebe1b5e6c524b095ffccbb726400294ed0d
2   "name": "TensorFlowLiteSwift",
3   "version": "0.0.1-nightly.20210327",
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": "3c16284eb619732b69948f0200ee06c5dd7312d0"
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   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "TensorFlowLiteC": [
26           "0.0.1-nightly.20210327"
27         ]
28       },
29       "source_files": "tensorflow/lite/swift/Sources/*.swift",
30       "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
31       "testspecs": [
32         {
33           "name": "Tests",
34           "test_type": "unit",
35           "source_files": "tensorflow/lite/swift/Tests/*.swift",
36           "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
37           "resources": [
38             "tensorflow/lite/testdata/add.bin",
39             "tensorflow/lite/testdata/add_quantized.bin"
40           ]
41         }
42       ]
43     },
44     {
45       "name": "CoreML",
46       "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
47       "dependencies": {
48         "TensorFlowLiteC/CoreML": [
49           "0.0.1-nightly.20210327"
50         ],
51         "TensorFlowLiteSwift/Core": [
52           "0.0.1-nightly.20210327"
53         ]
54       }
55     },
56     {
57       "name": "Metal",
58       "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
59       "dependencies": {
60         "TensorFlowLiteC/Metal": [
61           "0.0.1-nightly.20210327"
62         ],
63         "TensorFlowLiteSwift/Core": [
64           "0.0.1-nightly.20210327"
65         ]
66       },
67       "testspecs": [
68         {
69           "name": "Tests",
70           "test_type": "unit",
71           "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
72           "resources": [
73             "tensorflow/lite/testdata/add.bin",
74             "tensorflow/lite/testdata/add_quantized.bin",
75             "tensorflow/lite/testdata/multi_add.bin"
76           ]
77         }
78       ]
79     }
80   ]