[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / d / 9 / JSTextView / 0.1.2 / JSTextView.podspec.json
blob4757f5020ccbf7618f7af31eb49e6abbdc9ef7d6
2   "name": "JSTextView",
3   "version": "0.1.2",
4   "summary": "A TextView with jump scroll capabilities",
5   "description": "This TextView dynamically creates labels within a TextView using NSAttributedString attributes\nand allows the user to scroll through TextView by jump scrolling.",
6   "homepage": "https://github.com/jseidman95/JSTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jesse Seidman": "seidmanjesse@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jseidman95/JSTextView.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "11.2"
20   },
21   "source_files": [
22     "JSTextView/JSTextView/JSTextView.swift",
23     "JSTextView/JSTextView/JumpingLabel.swift"
24   ],
25   "pushed_with_swift_version": "4.0"