NVNLocales session

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
2pods
IMLocalize is used for localization inside your app. Import IMLocalize to appDelegate (or some other class before you actually want to localize a string for the first time): #import @IMLocalize; Set it up by just writing: [[IMLocalizeManager shared] setupWithUrlString:@"urltojsondictionaries"]; and then use it all over your app by just writing: IMLocalize(stringtolocalize) e.g: self.label.text = IMLocalize(stringto_localize);
License: MIT
It is used for localisation and formats. It is initialised with [[NVNLocalisationManager sharedInstance] languageSetup]; and then used with MIMTranslate(string)
License: MIT