This Cordova plugin adds the Swift support to your iOS plugins.
cordova plugin add cordova-plugin-add-swift-support --save
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance). As an example you can have a look to this plugin.
Apache-2.0 © Alexis Kofman