blob: cd1a16e1ca484fc2b5f90e3eddf3cde2e23f2ff7 [file] [log] [blame]
{
"name": "JSTextView",
"version": "0.1.0",
"summary": "A TextView with jump scroll capabilities",
"description": "This TextView dynamically creates labels within a TextView using NSAttributedString attributes\nand allows the user to scroll through TextView by jump scrolling.",
"homepage": "https://github.com/jseidman95/JSTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jesse Seidman": "seidmanjesse@gmail.com"
},
"source": {
"git": "https://github.com/jseidman95/JSTextView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.2"
},
"source_files": [
"JSTextView/JSTextView/JSTextView.swift",
"JSTextView/JSTextView/JumpingLabel.swift"
],
"pushed_with_swift_version": "4.0"
}