blob: e6a5645e4d3f21c6c88f7ca146d189ab5263f335 [file] [log] [blame]
{
"name": "ABLocalize",
"version": "0.0.3",
"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 them like this: `NSLocalizedString(@\"LOGIN_INVITATION#APP1\", @\"\")` and `NSLocalizedString(@\"LOGIN_INVITATION#APP2\", @\"\")`. Works 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.3"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
]
}
}