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