blob: f26c355951dbbbf1ea7172167fe7aa6aec99d630 [file] [log] [blame]
{
"name": "LocalizationManager",
"version": "0.1.4",
"summary": "Lightweight localization handlers and tools for iOS",
"description": "Lightweight localization handlers and tools for iOS:\n* Check RTL layout direction and update views automatically.\n* Set the app language at runtime without restarting app.\n* Send notification when language and layout LTR direction changes.\n* Check layout direction and update views automatically.\n* Add Plural translation supports.",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "LocalizationManager/Classes/**/*.{h,m,swift,stringsdict}",
"swift_version": "4.2"
}