[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 9 / 1 / DryFace / 0.0.1 / DryFace.podspec.json
blob26effd23abd329924773c7f48fa7c7e81ab1d317
2   "name": "DryFace",
3   "version": "0.0.1",
4   "summary": "DryFace",
5   "homepage": "https://github.com/duanruiying/DryFace",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "duanruiying": "2237840768@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/duanruiying/DryFace.git",
15     "tag": "0.0.1"
16   },
17   "description": "TODO: iOS人脸注册和识别.",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_LDFLAGS": [
24       "-w"
25     ],
26     "ENABLE_BITCODE": "NO"
27   },
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ],
32     "ENABLE_BITCODE": "NO",
33     "VALID_ARCHS[sdk=iphonesimulator*]": ""
34   },
35   "source_files": "DryFace/Classes/Code/**/*",
36   "public_header_files": "DryFace/Classes/Code/Public/**/*.h",
37   "libraries": "stdc++.6.0.9",
38   "frameworks": [
39     "UIKit",
40     "Foundation",
41     "CoreImage",
42     "CoreGraphics",
43     "CoreMedia",
44     "Photos",
45     "GLKit",
46     "AVFoundation",
47     "OpenGLES"
48   ],
49   "vendored_frameworks": "DryFace/Classes/Frameworks/*.framework",
50   "dependencies": {
51     "WCDB": [
52       "~> 1.0.7.5"
53     ]
54   }