[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / a / MathEditor / 0.3.0 / MathEditor.podspec.json
blobc1368c3d5a54c50289abd0b126e216668d1e3364
2   "name": "MathEditor",
3   "version": "0.3.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.3.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.9.3"
30     ]
31   }