package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "GoEasy音视频通话v0.2.2",
  3. "id": "goeasy-rtc-uniapp",
  4. "version": "0.2.2",
  5. "description": "GoEasy音视频通话",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "component",
  12. "name": "grtc-video",
  13. "class": "io.goeasy.rtc.uniapp.GRTCVideo"
  14. },
  15. {
  16. "type": "module",
  17. "name": "RTCClientPlugin",
  18. "class": "io.goeasy.rtc.uniapp.RTCClientPlugin"
  19. }],
  20. "integrateType": "aar",
  21. "compileOptions": {
  22. "sourceCompatibility": "1.8",
  23. "targetCompatibility": "1.8"
  24. },
  25. "minSdkVersion": "19",
  26. "useAndroidX": true,
  27. "parameters": {}
  28. },
  29. "ios": {
  30. "plugins": [{
  31. "type": "module",
  32. "name": "RTCClientPlugin",
  33. "class": "RTCClientPlugin"
  34. }, {
  35. "type": "component",
  36. "name": "grtc-video",
  37. "class": "GRTCVideo"
  38. }],
  39. "integrateType": "framework",
  40. "deploymentTarget": "9.0",
  41. "parameters": {
  42. },
  43. "frameworks": [
  44. "AVKit.framework",
  45. "GLKit.framework",
  46. "ReplayKit.framework"
  47. ],
  48. "privacies": [
  49. "NSCameraUsageDescription",
  50. "NSMicrophoneUsageDescription"
  51. ]
  52. }
  53. }
  54. }