[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / 9 / JSTextView / 0.1.1 / JSTextView.podspec.json
blobfe0f6b5d2f3251a729541d2fcb23fdfa2cdedacf
2   "name": "JSTextView",
3   "version": "0.1.1",
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.1"
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"