[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 0 / 3 / LaTeXMathjaxSwift / 1.0.0 / LaTeXMathjaxSwift.podspec.json
blobe4148ee58ea57d7e552b9702d0b5d10e31ebf007
2   "name": "LaTeXMathjaxSwift",
3   "version": "1.0.0",
4   "summary": "LaTeX Mathjax Renderer written in Swift",
5   "description": "LaTeXMathjaxSwift provides a LaTeXRenderer which loads a minified version of MathJax in a WkWebView to render LaTeX into native UIImage objects",
6   "homepage": "https://github.com/vuongbachthu/LaTeXMathjaxSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vuongbachthu": "vuongbachthu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vuongbachthu/LaTeXMathjaxSwift.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://x.com/vuongbachthu",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": [
23     "4.2"
24   ],
25   "source_files": "LaTeXMathjaxSwift/Classes/**/*",
26   "resource_bundles": {
27     "LaTeXMathjaxSwift": [
28       "LaTeXMathjaxSwift/Assets/*",
29       "LaTeXMathjaxSwift/External]/mathjax"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "WebKit"
35   ],
36   "swift_version": "4.2"