blob: 5d628c52ed4961029252bd5f9e9a4419cb9fbd6b [file] [log] [blame]
{
"name": "LocalizableUI",
"version": "0.3.5",
"summary": "LocalizableUI is a library to handle localization of a app directly in xcode interface builder and for supporting custom language changes.",
"description": "This library was created to set the localized key of the UI elements directly in the interface builder of xcode. It supports all kind of UI elements for iOS and offers localized keys for all common text properties. The localization of the elements is fully handled by the library.\nAnother feature of the library are custom language changes. The changes can be done by specifing another string table and the library will do all further steps for you.",
"homepage": "https://github.com/weiss19ja/LocalizableUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Weiss": "weiss19ja@gmail.com",
"Philipp Weiss": "philipp307@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/weiss19ja/LocalizableUI.git",
"tag": "0.3.5"
},
"source_files": "LocalizableUI/**/*.swift",
"pushed_with_swift_version": "4.0"
}