[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / 7 / SafeGateSDK / 1.3.3 / SafeGateSDK.podspec.json
blobf6c4859eddae5db219ea43d625f0bf72e808bed7
2   "name": "SafeGateSDK",
3   "version": "1.3.3",
4   "summary": "The SafeGate iOS SDK, for integrating SafeGate device into your iOS application.",
5   "description": "The SafeGate iOS SDK, for integrating SafeGate device into your iOS application.\nIncluding:\n  - Face Detection\n  - SafeGate Thermal Camera Connection\n  - SafeGate Thermal Camera Measurementd",
6   "homepage": "https://github.com/SafeGate-io/iOS-SDK",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SafeGate Team": "sales@safegate.io"
13   },
14   "source": {
15     "http": "https://github.com/SafeGate-io/iOS-SDK/releases/download/1.3.3/SafeGateSDK.zip"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": "5.1",
21   "module_map": "SafeGateSDK.framework/Modules/module.modulemap",
22   "vendored_frameworks": "SafeGateSDK.framework",
23   "resources": [
24     "SafeGateSDK.framework/*.mlmodelc",
25     "SafeGateSDK.framework/*.bundle"
26   ],
27   "dependencies": {
28     "Device": [
30     ],
31     "GoogleMLKit/FaceDetection": [
32       "~> 1"
33     ],
34     "RxSwift": [
35       "~> 6"
36     ],
37     "RxCocoa": [
38       "~> 6"
39     ],
40     "PaperTrailLumberjack/Swift": [
42     ]
43   },
44   "frameworks": [
45     "CoreBluetooth",
46     "Foundation",
47     "UIKit"
48   ],
49   "pod_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "swift_version": "5.1"