blob: 24dac4e2bd1e810a4aa812a58f1e9cf6d11944dc [file] [log] [blame]
{
"name": "ABLocalize",
"version": "0.0.8",
"summary": "Some localization tricks to support multiple targets",
"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.",
"homepage": "https://github.com/k06a/ABLocalize",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/k06a/ABLocalize.git",
"tag": "0.0.8"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
]
}
}