blob: 6d02851226550a045136c20f664578b1068627a9 [file] [log] [blame]
{
"name": "NSString+ShortLocalization",
"version": "0.0.1",
"summary": "Localize NSString by appending .l to your string, e.g. @\"Your string to localize\".l .",
"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",
"homepage": "https://github.com/KKReeve/NSString-ShortLocalization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Benjamin Karran",
"source": {
"git": "https://github.com/KKReeve/NSString-ShortLocalization.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}