[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / c / 5 / RichTextView / 2.2.2 / RichTextView.podspec.json
blob896334bf06f86aef4324d127123023ddf4e7c655
2   "name": "RichTextView",
3   "version": "2.2.2",
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",
7   "license": {
8     "type": "Apache-2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Top Hat": "tophat"
13   },
14   "source": {
15     "git": "https://github.com/tophat/RichTextView.git",
16     "tag": "2.2.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "Source/*.swift",
23     "Source/Text Parsing/*.swift",
24     "Source/Constants/*.swift",
25     "Source/Extensions/*.swift",
26     "Source/View Generators/*.swift",
27     "Source/Delegates/*.swift"
28   ],
29   "dependencies": {
30     "Down": [
32     ],
33     "iosMath": [
35     ],
36     "SnapKit": [
38     ]
39   },
40   "swift_version": "5.0"