[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / 1 / 0 / 7 / OHAutoNIBi18n / 0.2.1 / OHAutoNIBi18n.podspec.json
blobeda967b16199bc0aa1ea72d586b75109c7e50d33
2   "name": "OHAutoNIBi18n",
3   "version": "0.2.1",
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",
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.2.1"
17   },
18   "source_files": [
19     "OHAutoNIBi18n.m",
20     "OHAutoNIBi18n.h",
21     "OHL10nMacros.h"
22   ],
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "prefix_header_contents": "#define OHAutoNIBi18n_DEBUG 0"