[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / a / MathEditor / 0.1.0 / MathEditor.podspec.json
bloba3c601dd5d72c1f0a4ffecc68dc08cb295ab32be
2   "name": "MathEditor",
3   "version": "0.1.0",
4   "summary": "An editor for editing math equations.",
5   "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.",
6   "homepage": "https://github.com/kostub/MathEditor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostub Deshmukh": "kostub@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kostub/MathEditor.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iosMathEditor/**/*",
22   "private_header_files": "iosMathEditor/internal/**/*.h",
23   "resource_bundles": {
24     "MTKeyboardResources": "MathKeyboardResources/**/*"
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "iosMath": [
29       "~> 0.6.3"
30     ]
31   }