In my own Pod, I provide some Localization String files that the users can alter according to their needs. But when they run 'pod update', the files get overwritten and the changes are lost. I don't want to force the user to backup the files.
Is there any way to fix this? Any way run a script before 'pod update' runs?