[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 2 / 7 / 4 / RCPrivateTensorFlowLiteSwift / 0.1.6 / RCPrivateTensorFlowLiteSwift.podspec.json
blobcb4733d381b1a4fff589ad41d632e5209245231e
2   "name": "RCPrivateTensorFlowLiteSwift",
3   "version": "0.1.6",
4   "authors": "Ryan Cha",
5   "license": {
6     "type": "Apache"
7   },
8   "homepage": "https://github.com/ryan-cha/tensorflow",
9   "source": {
10     "git": "https://github.com/tensorflow/tensorflow.git",
11     "commit": "d8ce9f9c301d021a69953134185ab728c1c248d3"
12   },
13   "summary": "Forked version of TensorFlow Lite for Swift",
14   "description": "Forked version of TensorFlow Lite for Swift",
15   "swift_versions": "5.0",
16   "cocoapods_version": ">= 1.9.0",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "module_name": "TensorFlowLite",
21   "static_framework": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "TensorFlowLiteC": [
28           "2.9.1"
29         ]
30       },
31       "source_files": "tensorflow/lite/swift/Sources/*.swift",
32       "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
33       "testspecs": [
34         {
35           "name": "Tests",
36           "test_type": "unit",
37           "source_files": "tensorflow/lite/swift/Tests/*.swift",
38           "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
39           "resources": [
40             "tensorflow/lite/testdata/add.bin",
41             "tensorflow/lite/testdata/add_quantized.bin",
42             "tensorflow/lite/testdata/multi_signatures.bin"
43           ]
44         }
45       ]
46     },
47     {
48       "name": "CoreML",
49       "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
50       "dependencies": {
51         "TensorFlowLiteC/CoreML": [
52           "2.9.1"
53         ],
54         "RCPrivateTensorFlowLiteSwift/Core": [
55           "2.9.1"
56         ]
57       }
58     },
59     {
60       "name": "Metal",
61       "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
62       "dependencies": {
63         "TensorFlowLiteC/Metal": [
64           "2.9.1"
65         ],
66         "RCPrivateTensorFlowLiteSwift/Core": [
67           "2.9.1"
68         ]
69       },
70       "testspecs": [
71         {
72           "name": "Tests",
73           "test_type": "unit",
74           "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
75           "resources": [
76             "tensorflow/lite/testdata/add.bin",
77             "tensorflow/lite/testdata/add_quantized.bin",
78             "tensorflow/lite/testdata/multi_add.bin"
79           ]
80         }
81       ]
82     }
83   ],
84   "swift_version": "5.0"