blob: e63eca169a2778e04b2708db51ec0ba290a7905d [file] [log] [blame]
{
"name": "HPGrowingTextView",
"version": "1.0.1",
"summary": "Multi-line/Autoresizing UITextView similar to SMS-app.",
"description": "An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines.",
"homepage": "https://github.com/HansPinckaers/GrowingTextView",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Hans Pinckaers": "hans.pinckaers@gmail.com"
},
"source": {
"git": "https://github.com/HansPinckaers/GrowingTextView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"class/**/*.{h,m}"
],
"requires_arc": true
}