[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / 7 / 4 / RCPrivateTensorFlowLiteSwift / 0.1.1 / RCPrivateTensorFlowLiteSwift.podspec.json
blob01cb5988959ca5b8d9f1a289c71dbac4cb0d46a1
2   "name": "RCPrivateTensorFlowLiteSwift",
3   "version": "0.1.1",
4   "authors": "Ryan Cha",
5   "license": {
6     "type": "Apache"
7   },
8   "homepage": "https://github.com/ryan-cha",
9   "source": {
10     "git": "https://github.com/tensorflow/tensorflow.git",
11     "commit": "d8ce9f9c301d021a69953134185ab728c1c248d3"
12   },
13   "summary": "Forked version of TensorFlow Lite for Swift",
14   "description": "Forked version of TensorFlow Lite for Swift",
15   "swift_versions": "5.0",
16   "cocoapods_version": ">= 1.9.0",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "module_name": "TensorFlowLite",
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "TensorFlowLiteC": [
34           "2.9.1"
35         ]
36       },
37       "source_files": "tensorflow/lite/swift/Sources/*.swift",
38       "exclude_files": "tensorflow/lite/swift/Sources/{CoreML,Metal}Delegate.swift",
39       "testspecs": [
40         {
41           "name": "Tests",
42           "test_type": "unit",
43           "source_files": "tensorflow/lite/swift/Tests/*.swift",
44           "exclude_files": "tensorflow/lite/swift/Tests/MetalDelegateTests.swift",
45           "resources": [
46             "tensorflow/lite/testdata/add.bin",
47             "tensorflow/lite/testdata/add_quantized.bin",
48             "tensorflow/lite/testdata/multi_signatures.bin"
49           ]
50         }
51       ]
52     },
53     {
54       "name": "CoreML",
55       "source_files": "tensorflow/lite/swift/Sources/CoreMLDelegate.swift",
56       "dependencies": {
57         "TensorFlowLiteC/CoreML": [
58           "2.9.1"
59         ],
60         "RCPrivateTensorFlowLiteSwift/Core": [
61           "2.9.1"
62         ]
63       }
64     },
65     {
66       "name": "Metal",
67       "source_files": "tensorflow/lite/swift/Sources/MetalDelegate.swift",
68       "dependencies": {
69         "TensorFlowLiteC/Metal": [
70           "2.9.1"
71         ],
72         "RCPrivateTensorFlowLiteSwift/Core": [
73           "2.9.1"
74         ]
75       },
76       "testspecs": [
77         {
78           "name": "Tests",
79           "test_type": "unit",
80           "source_files": "tensorflow/lite/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
81           "resources": [
82             "tensorflow/lite/testdata/add.bin",
83             "tensorflow/lite/testdata/add_quantized.bin",
84             "tensorflow/lite/testdata/multi_add.bin"
85           ]
86         }
87       ]
88     }
89   ],
90   "swift_version": "5.0"