[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / a / MathEditor / 0.2.0 / MathEditor.podspec.json
blobdf80c46c5b80457889a21f0d7ef79c11cb4680f9
2   "name": "MathEditor",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "mathEditor/**/*",
22   "private_header_files": "mathEditor/internal/**/*.h",
23   "resource_bundles": {
24     "MTKeyboardResources": "MathKeyboardResources/**/*"
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "iosMath": [
29       "~> 0.7.3"
30     ]
31   }