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