37 lines
773 B
JSON
Raw Normal View History

{
"name": "DCTestUniPlugin",
"id": "DCTestUniPlugin",
"version": "1.0.0",
"description": "uni海康对讲插件",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"ios": {
"plugins": [{
"type": "module",
"name": "DCTestUniPlugin-TestModule",
"class": "TestModule"
}, {
"type": "component",
"name": "dc-testmap",
"class": "TestComponent"
}],
"frameworks": [
"MapKit.framework",
"hatomplayer_core.framework",
"AVFoundation.framework",
"AudioToolbox.framework",
"CoreMedia.framework",
"VideoToolbox.framework"
],
"embedFrameworks": [
"hatomplayer_core.framework"
],
"integrateType": "framework",
"deploymentTarget": "9.0",
"validArchitectures": [
"arm64",
"armv7"
]
}
}
}