blob: 9b1ca66d86a0f566960fed7fbe00499701e974f2 [file] [log] [blame]
{
"name": "LocalizationManager",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "LocalizationManager/Classes/**/*",
"swift_version": "4.2"
}