Cocoapods with module map
It will be more convenient to use VLCKit in swift environment if the builded framework with cocoa pods contains a module map. This will be particularly useful when we create a swift framework pod that has VLCKit as a dependency.
I used to generate my framework as static to be able to use TVVLCKit but since cocoa pods 1.5, I am unable to use this technic.
project: https://github.com/kodlian/TVVLCPlayer
Thanks for considering my request.