blob: df80c46c5b80457889a21f0d7ef79c11cb4680f9 [file] [log] [blame]
{
"name": "MathEditor",
"version": "0.2.0",
"summary": "An editor for editing math equations.",
"description": "MathEditor provides a WYSIWYG editor for math equations. It comes with a\nmath keyboard that is included with the library, however you can provide\nyour own keyboard. It uses iosMath to render the formulae using latex\ntypesetting rules.",
"homepage": "https://github.com/kostub/MathEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostub Deshmukh": "kostub@gmail.com"
},
"source": {
"git": "https://github.com/kostub/MathEditor.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "mathEditor/**/*",
"private_header_files": "mathEditor/internal/**/*.h",
"resource_bundles": {
"MTKeyboardResources": "MathKeyboardResources/**/*"
},
"frameworks": "UIKit",
"dependencies": {
"iosMath": [
"~> 0.7.3"
]
}
}