blob: 2f0e141de02b563a9bbba6663a8550a8003e87be [file] [log] [blame]
{
"name": "TBGrowingTextView",
"version": "0.1.4",
"summary": "TBGrowingTextView is a text view which grows with the text changes and starts scrolling when the content reaches a specified number of lines.",
"homepage": "https://github.com/teambition/GrowingTextView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"bruce": "liangmingzou@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/teambition/GrowingTextView.git",
"tag": "0.1.4"
},
"swift_versions": "5.0",
"source_files": "GrowingTextView/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}