[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / f / 3 / ABLocalize / 0.0.8 / ABLocalize.podspec.json
blob24dac4e2bd1e810a4aa812a58f1e9cf6d11944dc
2   "name": "ABLocalize",
3   "version": "0.0.8",
4   "summary": "Some localization tricks to support multiple targets",
5   "description": "You can develop several similar apps in one project by dividing them\nby different targets. With this library you can vary texts by tagging\nthem like this: `NSLocalizedString(@\"LOGIN_INVITATION#APP1\", @\"\")` and \n`NSLocalizedString(@\"LOGIN_INVITATION#APP2\", @\"\")`.\nWorks even for localized storyboard strings.",
6   "homepage": "https://github.com/k06a/ABLocalize",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/k06a/ABLocalize.git",
16     "tag": "0.0.8"
17   },
18   "source_files": [
19     "Classes",
20     "*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "JRSwizzle": [
26     ]
27   }