2 "name": "NSString+ShortLocalization",
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",
11 "authors": "Benjamin Karran",
13 "git": "https://github.com/KKReeve/NSString-ShortLocalization.git",
17 "source_files": "Classes",
19 "exclude_files": "Classes/osx"
22 "exclude_files": "Classes/ios"