2 "name": "RichTextView",
4 "summary": "iOS Text View that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links.",
5 "description": "This is an iOS UIView that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links. Simply feed in an input\nstring with the relevant rich text surrounded by the appropriate tags and it will render correctly. Specifically:\n - Any math/LaTeX should be in between [math] and [/math] tags\n - Any code should be in between [code] and [/code] tags\n - Any YouTube videos should be represented as youtube[x], where x is the ID of the YouTube video\n - Any Vimeo videos should be represented as vimeo[y], where y is the ID of the Vimeo video",
6 "homepage": "https://github.com/tophat/RichTextView",
15 "git": "https://github.com/tophat/RichTextView.git",
23 "Source/Text Parsing/*.swift",
24 "Source/Constants/*.swift",
25 "Source/Extensions/*.swift",
26 "Source/View Generators/*.swift",
27 "Source/Delegates/*.swift"
40 "swift_version": "5.0"