[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / d / DeepmediFaceKit / 0.5.0 / DeepmediFaceKit.podspec.json
blobbc16aa717c3b959fb30791f2408c12901cf0250b
2   "name": "DeepmediFaceKit",
3   "version": "0.5.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/DeepmediFaceKit",
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/DeepmediFaceKit.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": [
22     "DeepmediFaceKit",
23     "DeepmediFaceKit/Classes/**/*.swift",
24     "DeepmediFaceKit/Cleass/**/*.mm",
25     "DeepmediFaceKit/Classes/**/*.{h,m}"
26   ],
27   "swift_versions": "5.0",
28   "static_framework": true,
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "dependencies": {
36     "Then": [
38     ],
39     "SnapKit": [
40       "~> 5.0.0"
41     ],
42     "GoogleMLKit/FaceDetection": [
44     ],
45     "Alamofire": [
46       "~> 5.2.0"
47     ],
48     "OpenCV": [
50     ],
51     "RxSwift": [
52       "~> 6.0.0"
53     ],
54     "RxCocoa": [
55       "~> 6.0.0"
56     ]
57   },
58   "swift_version": "5.0"