[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / d / DeepmediFaceKit / 0.2.0 / DeepmediFaceKit.podspec.json
blob2feae2f6ed19203aa762cf2c6e681d639515c3ac
2   "name": "DeepmediFaceKit",
3   "version": "0.2.0",
4   "summary": "Framework for measurement after face recognition",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/deep-medi/FaceKit_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "demianjun": "demianjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/deep-medi/FaceKit_ios.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "DeepmediFaceKit/Classes/**/*",
22   "swift_versions": "5.0",
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "dependencies": {
31     "SnapKit": [
32       "~> 5.0.0"
33     ],
34     "GoogleMLKit/FaceDetection": [
35       "2.6.0"
36     ],
37     "Alamofire": [
38       "~> 5.2.0"
39     ],
40     "RxSwift": [
41       "~> 6.0.0"
42     ],
43     "RxCocoa": [
44       "~> 6.0.0"
45     ]
46   },
47   "swift_version": "5.0"