[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / b / NSString+ShortLocalization / 0.0.1 / NSString+ShortLocalization.podspec.json
blob6d02851226550a045136c20f664578b1068627a9
2   "name": "NSString+ShortLocalization",
3   "version": "0.0.1",
4   "summary": "Localize NSString by appending .l to your string, e.g. @\"Your string to localize\".l .",
5   "description": "                       This is for people who think writing *NSLocalizedString(@\"Your String\", nil)* is already to much code to localize a string.\n                       Inspired by Ruby on Rails, you can write *@\"Your String\".l* and that's all!\n",
6   "homepage": "https://github.com/KKReeve/NSString-ShortLocalization",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Benjamin Karran",
12   "source": {
13     "git": "https://github.com/KKReeve/NSString-ShortLocalization.git",
14     "tag": "0.0.1"
15   },
16   "requires_arc": true,
17   "source_files": "Classes",
18   "ios": {
19     "exclude_files": "Classes/osx"
20   },
21   "osx": {
22     "exclude_files": "Classes/ios"
23   }