blob: 0bbd6869fa8787095a49acfee4c5fd1b96ff5eb6 [file] [log] [blame]
{
"name": "LocalizationManager",
"version": "0.1.2",
"summary": "Lightweight localization handlers and tools for iOS",
"description": "Lightweight localization handlers and tools for iOS:\n* Set the global language at runtime without restarting app.\n* Send notification when language changes.\n* Check RTL layout direction and update views automatically.",
"homepage": "https://github.com/tuan78/LocalizationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuan Tran": "tuantran070892@gmail.com"
},
"source": {
"git": "https://github.com/tuan78/LocalizationManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "LocalizationManager/Classes/**/*",
"swift_version": "4.2"
}