2022-06-08 11:57:35 +08:00
|
|
|
{
|
|
|
|
"name": "MopSdk",
|
|
|
|
"id": "MopSdk",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "FinClip小程序插件",
|
|
|
|
"_dp_type": "nativeplugins",
|
|
|
|
"_dp_nativeplugin": {
|
|
|
|
"android": {
|
|
|
|
"plugins": [{
|
2022-10-19 12:51:03 +08:00
|
|
|
"type": "module",
|
|
|
|
"name": "MopSdk",
|
2022-06-08 11:57:35 +08:00
|
|
|
"class": "com.finogeeks.uniplugins_mopsdk.MopSdkModule"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"integrateType": "aar",
|
2022-10-19 12:51:03 +08:00
|
|
|
"dependencies": ["com.alibaba:fastjson:1.1.46.android",
|
|
|
|
"com.google.code.gson:gson:2.6.2",
|
2022-06-08 11:57:35 +08:00
|
|
|
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61"],
|
|
|
|
"compileOptions": {
|
|
|
|
"sourceCompatibility": "1.8",
|
|
|
|
"targetCompatibility": "1.8"
|
|
|
|
},
|
|
|
|
"minSdkVersion": 21
|
2022-10-19 12:51:03 +08:00
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"plugins": [{
|
|
|
|
"type": "module",
|
|
|
|
"name": "MopSdk",
|
|
|
|
"class": "MopSdkModule"
|
|
|
|
}],
|
|
|
|
"frameworks": ["FinApplet.framework"],
|
|
|
|
"embedFrameworks": ["FinApplet.framework"],
|
|
|
|
"integrateType": "framework",
|
|
|
|
"deploymentTarget": "9.0",
|
|
|
|
"validArchitectures": [
|
|
|
|
"arm64", "arm64e", "armv7", "armv7s"
|
|
|
|
],
|
|
|
|
"embedSwift": false
|
2022-06-08 11:57:35 +08:00
|
|
|
}
|
|
|
|
}
|
2022-10-19 12:51:03 +08:00
|
|
|
}
|