[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 2 / e / a / kml-pipe-swift / 0.2.5 / kml-pipe-swift.podspec.json
blob9a4696dd85f4dd08501e8e64e4c0583d00c04b69
2   "name": "kml-pipe-swift",
3   "version": "0.2.5",
4   "summary": "A short description of kml-pipe-swift.",
5   "description": "This package lets you deploy Kinetix ML pipelines from the Kinetix ML platform to native iOS apps.",
6   "homepage": "https://www.kinetixml.com",
7   "license": {
8     "type": "GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MadeWithStone": "maxwell@kinetixml.com"
13   },
14   "source": {
15     "git": "https://github.com/Kinetix-ML/kml-pipe-swift.git",
16     "tag": "0.2.5"
17   },
18   "platforms": {
19     "ios": "15.0"
20   },
21   "swift_versions": "5.8",
22   "source_files": "kml-pipe-swift/Classes/**/*",
23   "resources": "kml-pipe-swift/Assets/**/*",
24   "resource_bundles": {
25     "kml_pipe_swift": [
26       "kml-pipe-swift/Assets/**/*.{storyboard,xib,png,jsbundle,meta,tflite}"
27     ]
28   },
29   "dependencies": {
30     "TensorFlowLiteSwift/CoreML": [
31       "~> 2.4.0"
32     ],
33     "TensorFlowLiteSwift/Metal": [
34       "~> 2.4.0"
35     ]
36   },
37   "static_framework": true,
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "swift_version": "5.8"