2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly.20220425",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "218c5345dc5d505a169a4ce11eeb6a7038cbda04"
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.",
18 "module_name": "TensorFlowLite",
19 "static_framework": true,
20 "pod_target_xcconfig": {
21 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23 "user_target_xcconfig": {
24 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26 "default_subspecs": "Core",
32 "0.0.1-nightly.20220425"
35 "source_files": "tensorflow/lite/swift/Sources/*.swift",
36 "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
41 "source_files": "tensorflow/lite/swift/Tests/*.swift",
42 "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
44 "tensorflow/lite/testdata/add.bin",
45 "tensorflow/lite/testdata/add_quantized.bin"
52 "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
54 "TensorFlowLiteC/CoreML": [
55 "0.0.1-nightly.20220425"
57 "TensorFlowLiteSwift/Core": [
58 "0.0.1-nightly.20220425"
64 "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
66 "TensorFlowLiteC/Metal": [
67 "0.0.1-nightly.20220425"
69 "TensorFlowLiteSwift/Core": [
70 "0.0.1-nightly.20220425"
77 "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
79 "tensorflow/lite/testdata/add.bin",
80 "tensorflow/lite/testdata/add_quantized.bin",
81 "tensorflow/lite/testdata/multi_add.bin"