blob: 865d5abe1fa03d585feec7d0a4e5ce70d4e2b910 [file] [log] [blame]
{
"name": "LocaleManager",
"version": "1.3.0",
"summary": "Changing iOS locale and language on the fly without exiting. RTL supported.",
"description": "This library handles changing locale/language on the fly.\nUser interface direction will be updated automatically for right-to-left languages.",
"homepage": "https://github.com/amosavian/LocaleManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amir Abbas Mousavian": "a.mosavian@gmail.com"
},
"social_media_url": "https://twitter.com/amosavian",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/amosavian/LocaleManager.git",
"tag": "1.3.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/Exclude",
"frameworks": "UIKit"
}