| { |
| "name": "iOSLaTeX", |
| "version": "0.2.4", |
| "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/TeamSlader/iOSLaTeX", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "shujew": "shuaib.jewon@slader.com" |
| }, |
| "source": { |
| "git": "https://github.com/TeamSlader/iOSLaTeX.git", |
| "tag": "0.2.4" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "iOSLaTeX/Classes/**/*", |
| "resources": [ |
| "iOSLaTeX/External/mathjax", |
| "iOSLaTeX/Assets/*" |
| ], |
| "frameworks": "WebKit", |
| "swift_version": "3.2" |
| } |