blob: 0601643edd1f04bbfeb6e51daf81ef8088363cb9 [file] [log] [blame]
{
"name": "LocalizableUIElements",
"version": "1.0.0",
"summary": "Localizable UIElements for Swift written in 4.2",
"description": "A set of various UIKit elements with added localization-support.\nUsing the on-board methods of NSLocalizedString without the need for special additions to your project.\nAdding storyboard IBDesignable objects for localization straight from the storyboard as well as in-code methods.",
"homepage": "https://github.com/AWeleczka/LocalizableUIElements",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AWeleczka": "github@accounts.aweleczka.de"
},
"source": {
"git": "https://github.com/AWeleczka/LocalizableUIElements.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/AWeleczka",
"platforms": {
"ios": "8.0"
},
"source_files": "LocalizableUIElements/LocalizableUIElements/**/*",
"exclude_files": "LocalizableUIElements/LocalizableUIElements/*.plist"
}