I have a static framework in iOS. This framework has to do some OCR on an image.
Fo which I need to add Google's MLKit Vision Text Recognition (on-device) to this static framework.
I can't add from cocoapods.
Edit: Adding cocoapods will make the framework dynamic and I need to keep the framework static. So, I can't add from cocoapods to the framework.
Is there any way to add Google's MLKit Vision Text Recognition without cocoapods?
Please help.