I have local pod added to app like this.
pod 'WifiModule', :path => '../WifiModule'
Now I need to localize the string inside the module. Which is my local pod in app. How can I do it ? When I try to add localization, it shows no file in the list.
I don't have a main storyboard in my pod. I don't want to localize with coding inside my class but by adding localizae string.