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