I am using Swift 5.0 and I installed a pod where the code had to be updated manually - which I did.
Everytime when I run pod install, the changes I did (update to Swift 5.0) get overwritten and of course I want to avoid that.
What is the best solution to achieve this?