[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / 7 / SafeGateSDK / 2.0.0 / SafeGateSDK.podspec.json
blob6925763fd24004a4e92ab8e01d4e91e2f9ba8b32
2   "name": "SafeGateSDK",
3   "version": "2.0.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/2.0.0/SafeGateSDK.zip"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": "5.1",
21   "vendored_frameworks": "SafeGateSDK.framework",
22   "resources": [
23     "SafeGateSDK.framework/*.mlmodelc",
24     "SafeGateSDK.framework/*.bundle"
25   ],
26   "dependencies": {
27     "Device": [
29     ],
30     "GoogleMLKit/FaceDetection": [
31       "~> 1"
32     ],
33     "RxSwift": [
34       "~> 6"
35     ],
36     "RxCocoa": [
37       "~> 6"
38     ],
39     "PaperTrailLumberjack/Swift": [
41     ]
42   },
43   "frameworks": [
44     "CoreBluetooth",
45     "Foundation",
46     "UIKit"
47   ],
48   "pod_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
50   },
51   "user_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53   },
54   "swift_version": "5.1"