2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly.20230622",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "80490f3677d70ebf3989d4ab33ae08942f86bc8c"
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",
19 "swift_versions": "5.0",
20 "module_name": "TensorFlowLite",
21 "static_framework": true,
22 "pod_target_xcconfig": {
23 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
25 "user_target_xcconfig": {
26 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
28 "default_subspecs": "Core",
34 "0.0.1-nightly.20230622"
37 "source_files": "tensorflow/lite/swift/Sources/*.swift",
38 "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
43 "source_files": "tensorflow/lite/swift/Tests/*.swift",
44 "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
46 "tensorflow/lite/testdata/add.bin",
47 "tensorflow/lite/testdata/add_quantized.bin",
48 "tensorflow/lite/testdata/multi_signatures.bin"
55 "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
57 "TensorFlowLiteC/CoreML": [
58 "0.0.1-nightly.20230622"
60 "TensorFlowLiteSwift/Core": [
61 "0.0.1-nightly.20230622"
67 "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
69 "TensorFlowLiteC/Metal": [
70 "0.0.1-nightly.20230622"
72 "TensorFlowLiteSwift/Core": [
73 "0.0.1-nightly.20230622"
80 "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
82 "tensorflow/lite/testdata/add.bin",
83 "tensorflow/lite/testdata/add_quantized.bin",
84 "tensorflow/lite/testdata/multi_add.bin"
90 "swift_version": "5.0"