blob: b68a9f56ed47ffabd59ad7a65945f8dc6570ec94 [file] [log] [blame]
{
"name": "LocalizationManager",
"version": "0.1.0",
"summary": "Localization manager used to handle app language changes without restarting app, check LTR and more.",
"description": "Localization manager supports:\n* Set the global language at runtime without restarting app.\n* Send notification when language changes.\n* Check LTR 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.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "LocalizationManager/Classes/**/*",
"swift_version": "4.2"
}