59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "RCUniCall",
|
|
"id": "RongCloud-Call",
|
|
"version": "5.30.0",
|
|
"description": "Rongcloud call lib sdk for uni",
|
|
"_dp_type": "nativeplugin",
|
|
"_dp_nativeplugin": {
|
|
"android": {
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "RongCloud-Call-RCUniCall",
|
|
"class": "cn.rongcloud.call.uni.RCUniCallModule"
|
|
},
|
|
{
|
|
"type": "component",
|
|
"name": "RongCloud-Call-RCUniCallView",
|
|
"class": "cn.rongcloud.call.uni.RCUniCallComponent"
|
|
}
|
|
],
|
|
"integrateType": "aar",
|
|
"compileOptions": {
|
|
"sourceCompatibility": "1.8",
|
|
"targetCompatibility": "1.8"
|
|
},
|
|
"dependencies": [
|
|
"cn.rongcloud.sdk:call_lib:5.30.0"
|
|
],
|
|
"useAndroidX": true
|
|
},
|
|
"ios": {
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "RongCloud-Call-RCUniCall",
|
|
"class": "RCUniCall"
|
|
},
|
|
{
|
|
"type": "component",
|
|
"name": "RongCloud-Call-RCUniCallView",
|
|
"class": "RCUniCallView"
|
|
}
|
|
],
|
|
"frameworks": [
|
|
"RongRTCLib.xcframework",
|
|
"RongCallLib.xcframework",
|
|
"RongCallWrapper.xcframework"
|
|
],
|
|
"embedFrameworks": [
|
|
"RongRTCLib.xcframework",
|
|
"RongCallLib.xcframework",
|
|
"RongCallWrapper.xcframework"
|
|
],
|
|
"integrateType": "framework",
|
|
"deploymentTarget": "9.0"
|
|
}
|
|
}
|
|
}
|