blob: f26558719e39c5fcf249f176e7bc7fdf6d48ced7 [file] [log] [blame]
{
"name": "LineNumberTextView",
"version": "1.0.0",
"summary": "LineNumberTextView is a simple subclass of NSTextView, which adds line numbers to the left of the text view.",
"description": "LineNumberTextView is a simple subclass of NSTextView, which adds line numbers to the left of the text view. Originally written by Raphael Hanneken. https://github.com/raphaelhanneken/line-number-text-view",
"homepage": "https://github.com/128keaton/LineNumberTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"128keaton": "keaton.burleson@me.com"
},
"source": {
"git": "https://github.com/128keaton/LineNumberTextView.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.11"
},
"source_files": "LineNumberTextView/Classes/**/*",
"public_header_files": "LineNumberTextView/Classes/**/*.h",
"frameworks": "Cocoa",
"swift_versions": "5.0",
"swift_version": "5.0"
}