3 "version": "0.0.1-nightly.20241120",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "81e2cc65a20e3965a01569bb1ebaa8595a48c683"
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",
24 "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
26 "user_target_xcconfig": {
27 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386",
28 "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
30 "default_subspecs": "Core",
35 "TensorFlowLite": "tensorflow/lite/swift/PrivacyInfo.xcprivacy"
42 "0.0.1-nightly.20241120"
44 "LiteRTSwift/Privacy": [
45 "0.0.1-nightly.20241120"
48 "source_files": "tensorflow/lite/swift/Sources/*.swift",
49 "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
54 "source_files": "tensorflow/lite/swift/Tests/*.swift",
55 "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
57 "tensorflow/lite/testdata/add.bin",
58 "tensorflow/lite/testdata/add_quantized.bin",
59 "tensorflow/lite/testdata/multi_signatures.bin"
66 "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
69 "0.0.1-nightly.20241120"
72 "0.0.1-nightly.20241120"
74 "LiteRTSwift/Privacy": [
75 "0.0.1-nightly.20241120"
81 "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
84 "0.0.1-nightly.20241120"
87 "0.0.1-nightly.20241120"
89 "LiteRTSwift/Privacy": [
90 "0.0.1-nightly.20241120"
97 "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
99 "tensorflow/lite/testdata/add.bin",
100 "tensorflow/lite/testdata/add_quantized.bin",
101 "tensorflow/lite/testdata/multi_add.bin"
107 "swift_version": "5.0"