38 lines
924 B
JSON
38 lines
924 B
JSON
|
{
|
||
|
"name": "MopSdk",
|
||
|
"id": "MopSdk",
|
||
|
"version": "1.0.0",
|
||
|
"description": "FinClip小程序插件",
|
||
|
"_dp_type": "nativeplugins",
|
||
|
"_dp_nativeplugin": {
|
||
|
"android": {
|
||
|
"plugins": [{
|
||
|
"type": "module",
|
||
|
"name": "MopSdk",
|
||
|
"class": "com.finogeeks.uniplugins_mopsdk.MopSdkModule"
|
||
|
}
|
||
|
],
|
||
|
"integrateType": "aar",
|
||
|
"dependencies": ["com.alibaba:fastjson:1.1.46.android",
|
||
|
"com.google.code.gson:gson:2.6.2",
|
||
|
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61"],
|
||
|
"compileOptions": {
|
||
|
"sourceCompatibility": "1.8",
|
||
|
"targetCompatibility": "1.8"
|
||
|
},
|
||
|
"minSdkVersion": 21
|
||
|
},
|
||
|
"ios": {
|
||
|
"plugins": [{
|
||
|
"type": "module",
|
||
|
"name": "MopSdk",
|
||
|
"class": "MopSdkModule"
|
||
|
}],
|
||
|
"frameworks": ["FinApplet.framework"],
|
||
|
"embedFrameworks": ["FinApplet.framework"],
|
||
|
"integrateType": "framework",
|
||
|
"deploymentTarget": "9.0"
|
||
|
}
|
||
|
}
|
||
|
}
|