[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 2 / 7 / SafeGateSDK / 1.3.0 / SafeGateSDK.podspec.json
blobc768f25d0fc8a4522d2f834d296bf8f676918a46
2   "name": "SafeGateSDK",
3   "version": "1.3.0",
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.0/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   },
41   "frameworks": [
42     "CoreBluetooth",
43     "Foundation",
44     "UIKit"
45   ],
46   "pod_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   },
49   "user_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "swift_version": "5.1"