[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / b / 3 / AKFaceDetection / 0.1.0 / AKFaceDetection.podspec.json
blobbdde58cea33996dd55ce5048683330d3ce328dea
2   "name": "AKFaceDetection",
3   "version": "0.1.0",
4   "summary": "a tool use to make image UI.",
5   "description": "A short description of AKFaceDetection.",
6   "homepage": "https://git.silvrr.com/xifeng/AKFaceDetection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "authors": {
15     "xifeng": "xifeng@akulaku.com"
16   },
17   "source": {
18     "git": "git@git.silvrr.com:xifeng/AKFaceDetection.git",
19     "tag": "0.1.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "resources": "Framework/*.bundle",
25   "ios": {
26     "vendored_frameworks": [
27       "Framework/*.xcframework",
28       "Framework/*.framework"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "VALID_ARCHS": "x86_64 armv7 arm64"
33   },
34   "libraries": "c++",
35   "frameworks": [
36     "AVFoundation",
37     "CoreML",
38     "QuartzCore",
39     "CoreGraphics",
40     "CoreImage",
41     "CoreVideo",
42     "CoreMedia",
43     "AssetsLibrary",
44     "UIKit",
45     "Foundation",
46     "Photos",
47     "Social",
48     "Accelerate"
49   ],
50   "dependencies": {
51     "AKOpencvManager": [
53     ]
54   },
55   "swift_version": "5.0"