[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 0.0.1-nightly.20200519 / TensorFlowLiteSwift.podspec.json
blob1040faf2e2a06b7cb59b2427bc75ed1926675d4a
2   "name": "TensorFlowLiteSwift",
3   "version": "0.0.1-nightly.20200519",
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": "bfd37881017e49a75f9b9ac6600d0e95a93b4afe"
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   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
26       "resources": [
27         "tensorflow/lite/testdata/add.bin",
28         "tensorflow/lite/testdata/add_quantized.bin"
29       ]
30     }
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "dependencies": {
36         "TensorFlowLiteC": [
37           "0.0.1-nightly.20200519"
38         ]
39       },
40       "source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
41       "exclude_files": "tensorflow/lite/experimental/swift/Sources/CoreMLDelegate.swift"
42     },
43     {
44       "name": "CoreML",
45       "source_files": "tensorflow/lite/experimental/swift/Sources/CoreMLDelegate.swift",
46       "dependencies": {
47         "TensorFlowLiteC/CoreML": [
48           "0.0.1-nightly.20200519"
49         ],
50         "TensorFlowLiteSwift/Core": [
51           "0.0.1-nightly.20200519"
52         ]
53       }
54     }
55   ]