[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 1 / 2 / 7 / SafeGateSDK / 1.1.0 / SafeGateSDK.podspec.json
blob5e492b38cda7b8da7a4c0f49016d37598d06ba9a
2   "name": "SafeGateSDK",
3   "version": "1.1.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.1.0/SafeGateSDK.zip"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": "5.0",
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": [
33     ],
34     "RxSwift": [
36     ],
37     "RxCocoa": [
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.0"