blob: 344f5653f4d7ff20b6f40d4fe44a14c812a4908e [file] [log] [blame]
{
"name": "OHAutoNIBi18n",
"version": "0.2.0",
"summary": "Automate the internationalisation (i18n) of your XIB files without a line of code",
"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!",
"homepage": "https://github.com/AliSoftware/OHAutoNIBi18n",
"license": "MIT",
"authors": {
"Olivier Halligon": "olivier.halligon+ae@gmail.com"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/AliSoftware/OHAutoNIBi18n.git",
"tag": "0.2.0"
},
"source_files": [
"OHAutoNIBi18n.m",
"OHAutoNIBi18n.h",
"OHL10nMacros.h"
],
"frameworks": "UIKit",
"requires_arc": true,
"prefix_header_contents": "#define OHAutoNIBi18n_DEBUG 0"
}