blob: 8281e03f4f5fe8c5b4b902cf17a0c069914b8553 [file] [log] [blame]
{
"name": "SemanticString",
"version": "0.22.0",
"summary": "String abstraction for easy text localization and stylization",
"description": "SemanticString allows mark some text regions with desired styles, for example, \"bold\".\nAlso, it provides a way to create language-independent strings, that can be used in apps that supports change language dynamically.",
"homepage": "https://github.com/BlowMindStyle/SemanticString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gotyanov": "Aleksey.Gotyanov@gmail.com"
},
"source": {
"git": "https://github.com/BlowMindStyle/SemanticString.git",
"tag": "0.22.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/SemanticString/**/*.swift",
"swift_versions": "5.1",
"swift_version": "5.1"
}