package.json
982 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Face",
"id": "AThree-Face",
"version": "1.0",
"description": "人脸核身",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"ios": {
"plugins": [
{
"type": "module",
"name": "AThree-Face",
"class": "DCFaceModel"
}
],
"frameworks":[
"libresolv.tbd"
],
"resources": [
"authsdk.bundle",
"face_shape.ref",
"ULSFaceTrackerAssets.bundle",
"ULSGPUAssets.bin"
],
"integrateType": "library"
},
"android": {
"plugins": [
{
"type": "module",
"name": "AThree-Face",
"class": "com.example.athree_face.FaceWXModule"
}
],
"integrateType": "aar"
}
}
}