blob: 932692c910fcb68d51805e4029db8f2395d59710 [file] [log] [blame]
{
"name": "RTFView",
"version": "0.1.5",
"summary": "Custom view transforming text with formatting tags into a view tree",
"description": "This custom view has three parts. The parser, the builder(s) and the view itself. The Parser\nconverts the formatted text into a list of tokens each containing a list of tags and the text\nitself. The builder(s) is a component which converts a list of consecutive tokens, which all have\nthe same \"main\" tag, into a view representing the formatting. They also can be combined. The view\nitself wraps up these two components into a process of clearing the view tree, getting the new\ntoken list from the parser and passing it to the root builder.",
"homepage": "https://www.envidual.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Seidel": "marco.seidel@envidual.com"
},
"source": {
"git": "https://github.com/Envidual-Marco/RTFView.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RTFView/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "5.3",
"swift_version": "5.3"
}