blob: b86f2db3282930dbe070fccc2e15ac5da9994a5c [file] [log] [blame]
{
"name": "iOSLaTeX",
"version": "0.2.2",
"summary": "iOS LaTeX Renderer written in Swift 3.2",
"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/shujew/iOSLaTeX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shujew": "shuaib.jewon@slader.com"
},
"source": {
"git": "https://github.com/shujew/iOSLaTeX.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOSLaTeX/Classes/**/*",
"resources": [
"iOSLaTeX/External/mathjax",
"iOSLaTeX/Assets/*"
],
"frameworks": "WebKit",
"swift_version": "3.2"
}