blob: ea47ab1110abce004492039eb723919830fa8e4c [file] [log] [blame]
{
"name": "iOSLaTeX",
"version": "0.3.0",
"summary": "iOS LaTeX Renderer written in Swift",
"description": "iOSLaTeX provides a LaTeXRenderer which loads a minified version of MathJax in a WkWebView to render LaTeX into native UIImage objects",
"homepage": "https://github.com/TeamSlader/iOSLaTeX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shujew": "shuaib.jewon@slader.com"
},
"source": {
"git": "https://github.com/TeamSlader/iOSLaTeX.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOSLaTeX/Classes/**/*",
"resources": [
"iOSLaTeX/External/mathjax",
"iOSLaTeX/Assets/*"
],
"frameworks": "WebKit",
"swift_version": "4.2"
}