We are developing an iOS dynamic framework. It will be distributed to internal teams via cocoapods.
I was wondering if we can somehow prevent the access to the internal classes, is it even possible? Is there some obfuscation flags or tool that might help here?
The idea is to hide internal (private) classes, at the same time distribute the dynamic framework via cocoapods.