[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / 1 / 0 / 7 / OHAutoNIBi18n / 0.1.3 / OHAutoNIBi18n.podspec.json
blob7c786af82741fb2fd4bc69adc66b4a4d7e98047a
2   "name": "OHAutoNIBi18n",
3   "version": "0.1.3",
4   "summary": "Automate the internationalisation (i18n) of your XIB files without a line of code",
5   "description": "\t\t\t\t\tThis class allows you to **automate the internationalisation** (i18n) of your\n\t\t\t\t\tinterface (XIB files) **without any additional code in your application**.\n\t\t\t\t\t\n\t\t\t\t\tNo more using multiple XIBs for various locales or having outlets just to\n\t\t\t\t\ttranslate the text of a label!\n\n\t\t\t\t\tSimply use the keys of your `Localizable.strings` in the text of any element\n\t\t\t\t\tin your XIB (title of an `UIButton`, text of a `UILabel`, …), and it will be\n\t\t\t\t\tautomatically translated on the fly at runtime! No code needed!\n",
6   "homepage": "https://github.com/AliSoftware/OHAutoNIBi18n",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
10   },
11   "platforms": {
12     "ios": "4.3"
13   },
14   "source": {
15     "git": "https://github.com/AliSoftware/OHAutoNIBi18n.git",
16     "tag": "0.1.3"
17   },
18   "source_files": [
19     "OHAutoNIBi18n.m",
20     "OHL10nMacros.h"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "prefix_header_contents": "#define OHAutoNIBi18n_DEBUG 0\n"