[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / b / 5 / RTFView / 0.2.0 / RTFView.podspec.json
blobaa8cb6cb44d6a6e41a939894f281268a6dd4cafa
2   "name": "RTFView",
3   "version": "0.2.0",
4   "summary": "Custom view transforming text with formatting tags into a view tree",
5   "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.",
6   "homepage": "https://www.envidual.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marco Seidel": "marco.seidel@envidual.com"
13   },
14   "source": {
15     "git": "https://github.com/Envidual-Marco/RTFView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Source/**/*.swift",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Test/**/*.swift"
28     }
29   ],
30   "swift_version": "5.3"