blob: 87f2661d34a1abda87b2c604d1fb76b3f61dcffd [file] [log] [blame]
{
"name": "LocaleManager",
"version": "1.2.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.2.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/Exclude",
"frameworks": "UIKit"
}