2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly.20220429",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "f3ee86baf752107ebea0a80cdebc3c0d44da4cd9"
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.20220429"
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",
46 "tensorflow/lite/testdata/multi_signatures.bin"
53 "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
55 "TensorFlowLiteC/CoreML": [
56 "0.0.1-nightly.20220429"
58 "TensorFlowLiteSwift/Core": [
59 "0.0.1-nightly.20220429"
65 "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
67 "TensorFlowLiteC/Metal": [
68 "0.0.1-nightly.20220429"
70 "TensorFlowLiteSwift/Core": [
71 "0.0.1-nightly.20220429"
78 "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
80 "tensorflow/lite/testdata/add.bin",
81 "tensorflow/lite/testdata/add_quantized.bin",
82 "tensorflow/lite/testdata/multi_add.bin"