2 "name": "OHAutoNIBi18n",
4 "summary": "Automate the internationalisation (i18n) of your XIB files without a line of code",
5 "description": "This class allows you to **automate the internationalisation** (i18n) of your\ninterface (XIB files) **without any additional code in your application**.\n\nNo more using multiple XIBs for various locales or having outlets just to\ntranslate the text of a label!\n\nSimply use the keys of your `Localizable.strings` in the text of any element\nin your XIB (title of an `UIButton`, text of a `UILabel`, …), and it will be\nautomatically translated on the fly at runtime! No code needed!",
6 "homepage": "https://github.com/AliSoftware/OHAutoNIBi18n",
9 "Olivier Halligon": "olivier.halligon+ae@gmail.com"
15 "git": "https://github.com/AliSoftware/OHAutoNIBi18n.git",
23 "frameworks": "UIKit",
25 "prefix_header_contents": "#define OHAutoNIBi18n_DEBUG 0"