blob: aac545bc2ad7964a39c8f3d93500649b8d6fff9c [file] [log] [blame]
{
"name": "LFVDText",
"version": "0.1.0",
"summary": "UITextView with syntax highlighting and line numbering.",
"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.",
"homepage": "https://github.com/lufevida/LFVDText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lufevida": "lufevida@gmail.com"
},
"source": {
"git": "https://github.com/lufevida/LFVDText.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LFVDText/Classes/**/*",
"pushed_with_swift_version": "2.3"
}