[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 6 / TensorFlowLiteSwift / 0.0.1-nightly.20220425 / TensorFlowLiteSwift.podspec.json
blob870cd151ac7be567b775c7ae9e9bec5106fabd75
2   "name": "TensorFlowLiteSwift",
3   "version": "0.0.1-nightly.20220425",
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": "218c5345dc5d505a169a4ce11eeb6a7038cbda04"
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.20220425"
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           ]
47         }
48       ]
49     },
50     {
51       "name": "CoreML",
52       "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
53       "dependencies": {
54         "TensorFlowLiteC/CoreML": [
55           "0.0.1-nightly.20220425"
56         ],
57         "TensorFlowLiteSwift/Core": [
58           "0.0.1-nightly.20220425"
59         ]
60       }
61     },
62     {
63       "name": "Metal",
64       "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
65       "dependencies": {
66         "TensorFlowLiteC/Metal": [
67           "0.0.1-nightly.20220425"
68         ],
69         "TensorFlowLiteSwift/Core": [
70           "0.0.1-nightly.20220425"
71         ]
72       },
73       "testspecs": [
74         {
75           "name": "Tests",
76           "test_type": "unit",
77           "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
78           "resources": [
79             "tensorflow/lite/testdata/add.bin",
80             "tensorflow/lite/testdata/add_quantized.bin",
81             "tensorflow/lite/testdata/multi_add.bin"
82           ]
83         }
84       ]
85     }
86   ]