How to integrate Flurry with a file

I integrate admob(with framework)\firebase(with header file)\adcolony(No public docs) which are using framework or header file. But the Flurry using “.a” file, and failed to generate the binding files. So could anybody give some tips for integrating Flurry.

Thanks.

Are you using cocoapods? It seems Flurry does come with header files which you can generate bindings from.

Yes, I am using cocoapods. Generate bindings from header file failed with framework error.
I resolved this issue which created a communicate bridge with native code and java code.

Thanks