2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly.20221002",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "c32273784c085a0117afdb72ac75e37a3c587849"
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 "module_name": "TensorFlowLite",
20 "static_framework": true,
21 "pod_target_xcconfig": {
22 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
24 "user_target_xcconfig": {
25 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
27 "default_subspecs": "Core",
33 "0.0.1-nightly.20221002"
36 "source_files": "tensorflow/lite/swift/Sources/*.swift",
37 "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
42 "source_files": "tensorflow/lite/swift/Tests/*.swift",
43 "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
45 "tensorflow/lite/testdata/add.bin",
46 "tensorflow/lite/testdata/add_quantized.bin",
47 "tensorflow/lite/testdata/multi_signatures.bin"
54 "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
56 "TensorFlowLiteC/CoreML": [
57 "0.0.1-nightly.20221002"
59 "TensorFlowLiteSwift/Core": [
60 "0.0.1-nightly.20221002"
66 "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
68 "TensorFlowLiteC/Metal": [
69 "0.0.1-nightly.20221002"
71 "TensorFlowLiteSwift/Core": [
72 "0.0.1-nightly.20221002"
79 "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
81 "tensorflow/lite/testdata/add.bin",
82 "tensorflow/lite/testdata/add_quantized.bin",
83 "tensorflow/lite/testdata/multi_add.bin"