blob: ee5c292bdb713d44757b21816db562b1ccde8a70 [file] [log] [blame]
{
"name": "HPGrowingTextView",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"class/**/*.{h,m}"
],
"requires_arc": true
}