[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 4 / 2 / LFVDText / 0.1.0 / LFVDText.podspec.json
blobaac545bc2ad7964a39c8f3d93500649b8d6fff9c
2   "name": "LFVDText",
3   "version": "0.1.0",
4   "summary": "UITextView with syntax highlighting and line numbering.",
5   "description": "LFVDText adds line numbering and syntax highlighting to a UITextView. You can easily modify it to highlight other languages by giving new regex definitions. Line numbering courtesy of https://github.com/alldritt/TextKit_LineNumbers.",
6   "homepage": "https://github.com/lufevida/LFVDText",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lufevida": "lufevida@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lufevida/LFVDText.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LFVDText/Classes/**/*",
22   "pushed_with_swift_version": "2.3"