洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
3.1 KiB

7 months ago
7 months ago
7 months ago
  1. {
  2. "name": "APFaceDetectPlugin",
  3. "id": "AP-FaceDetectModule",
  4. "version": "1.2.7",
  5. "description": "阿里云金融级实人认证SDK",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "AP-FaceDetectModule",
  13. "class": "io.dcloud.uniplugin.FinTechFaceVerifyModule"
  14. }
  15. ],
  16. "integrateType": "aar",
  17. "dependencies": [
  18. "com.squareup.okhttp3:okhttp:3.11.0",
  19. "com.squareup.okio:okio:1.14.0",
  20. "com.aliyun.dpa:oss-android-sdk:+",
  21. "com.alibaba:fastjson:1.2.83_noneautotype"
  22. ],
  23. "compileOptions": {
  24. "sourceCompatibility": "1.8",
  25. "targetCompatibility": "1.8"
  26. },
  27. "abis": [
  28. "armeabi",
  29. "arm64-v8a",
  30. "armeabi-v7a",
  31. "x86"
  32. ],
  33. "minSdkVersion": "15",
  34. "permissions": [
  35. "android.permission.CAMERA",
  36. "android.permission.ACCESS_NETWORK_STATE",
  37. "android.permission.INTERNET"
  38. ],
  39. "parameters": {
  40. }
  41. },
  42. "ios": {
  43. "plugins": [
  44. {
  45. "type": "module",
  46. "name": "AP-FaceDetectModule",
  47. "class": "FinTechFaceVerifyModule"
  48. }
  49. ],
  50. "frameworks": [
  51. "FinTechFaceVerifyModule.framework",
  52. "AliyunFaceAuthFacade.framework",
  53. "AliyunOSSiOS.framework",
  54. "APBToygerFacade.framework",
  55. "BioAuthEngine.framework",
  56. "DTFIdentityManager.framework",
  57. "DTFUtility.framework",
  58. "ToygerNative.framework",
  59. "ToygerService.framework",
  60. "CoreGraphics.framework",
  61. "Accelerate.framework",
  62. "SystemConfiguration.framework",
  63. "AssetsLibrary.framework",
  64. "CoreTelephony.framework",
  65. "QuartzCore.framework",
  66. "CoreFoundation.framework",
  67. "CoreLocation.framework",
  68. "ImageIO.framework",
  69. "CoreMedia.framework",
  70. "CoreMotion.framework",
  71. "AVFoundation.framework",
  72. "WebKit.framework",
  73. "libresolv.tbd",
  74. "libz.tbd",
  75. "libc++.1.tbd",
  76. "libc++abi.tbd",
  77. "AudioToolbox.framework",
  78. "CFNetwork.framework",
  79. "MobileCoreServices.framework",
  80. "libz.1.2.8.tbd",
  81. "AdSupport.framework",
  82. "ReplayKit.framework",
  83. "OCRDetectSDKForTech.framework"
  84. ],
  85. "resources": [
  86. "APBToygerFacade.bundle",
  87. "APBToygerFacadeSuitable.bundle",
  88. "BioAuthEngine.bundle",
  89. "ToygerService.bundle",
  90. "OCRXMedia.bundle"
  91. ],
  92. "privacies": [
  93. "NSCameraUsageDescription"
  94. ],
  95. "integrateType": "framework",
  96. "deploymentTarget": "9.0"
  97. }
  98. }
  99. }