Cordova ios plugin in swift (FFmpeg)

Guys,
So I have to add ffmpeg to my cordova plugin project as for android part was easy and done.

Now I have two problems,
First, how do I really add it to my project in plugin.xml as using framrwork with podspec shows error and as deprecated.

Second point, Cordova creates a bridge autoamitcally to load itself while using swift. Now, even if I load fhe plugin how do I add it to the bridge header? because I think cordvoa doesn't have an option like that.

Can you help?
thanks
Was this page helpful?