blob: 6c8372c3ff1e1dc06e851476f9f5714bb4b1aaa4 [file] [log] [blame]
{
"name": "CGMessageTextView",
"version": "0.1.0",
"summary": "A UITextView subclass that adds support for changing dinamically the height in base of the text.",
"description": "A UITextView subclass that adds support for changing dinamically the height in base of the text. Also it has multiline placeholder thansk to https://github.com/MoZhouqi/KMPlaceholderTextView. All is written in Swift and it use AutoLayout.",
"homepage": "https://github.com/cikpis/CGMessageTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carmelo Gallo": "work@carmelogallo.com"
},
"source": {
"git": "https://github.com/cikpis/CGMessageTextView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CGMessageTextView/Classes/*",
"pushed_with_swift_version": "3.0"
}