I created a custom FrameWork in Swift 3 and I Distribute this framework using CocoaPods. Its working fine
My problem is, I use this FrameWork in Third party Application, And made a crash in the framework for manual testing. At the time of crash my FrameWork code is expose in that Third party Application. Its created security issue for my FrameWork.
Any suggestion to stop exposing of my FrameWork source code in any other Application in all scenario?
Note : I made only one class as
Openfor accessing FrameWork.