[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / c / d / 4 / LineNumberTextView / 1.0.0 / LineNumberTextView.podspec.json
blobf26558719e39c5fcf249f176e7bc7fdf6d48ced7
2   "name": "LineNumberTextView",
3   "version": "1.0.0",
4   "summary": "LineNumberTextView is a simple subclass of NSTextView, which adds line numbers to the left of the text view.",
5   "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",
6   "homepage": "https://github.com/128keaton/LineNumberTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "128keaton": "keaton.burleson@me.com"
13   },
14   "source": {
15     "git": "https://github.com/128keaton/LineNumberTextView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "osx": "10.11"
20   },
21   "source_files": "LineNumberTextView/Classes/**/*",
22   "public_header_files": "LineNumberTextView/Classes/**/*.h",
23   "frameworks": "Cocoa",
24   "swift_versions": "5.0",
25   "swift_version": "5.0"