blob: ec86fbf323d0c495505fb6a5d5255459da937868 [file] [log] [blame]
{
"name": "RTFView",
"version": "0.2.4",
"summary": "Custom view transforming text with formatting tags into a view tree",
"description": "This custom view has three parts: parser, component(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 component 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 component.",
"homepage": "https://github.com/Envidual-Marco/RTFView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Seidel": "marco.seidel@envidual.com"
},
"source": {
"git": "https://github.com/Envidual-Marco/RTFView.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.3",
"source_files": "Source/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Test/**/*.swift"
}
],
"swift_version": "5.3"
}