Problem with @import

Hello,

During implementation of Firebase Auth I’ve met an issue with creating bindings for ObjC files, which contained @import module statement (more - https://stackoverflow.com/questions/18947516/import-vs-import-ios-7).

As far as I understand, changing it to #import fixes the issue with no unexpected behavior, but now it’s necessary to keep modified files from pod in project repository - I would like to avoid it.

I would be grateful for any support.
Thanks,
M.