blob: 6b1cd42c1cfdb2c2fff5a322e0916e7a361d261e [file] [log] [blame]
{
"name": "CGMessageTextView",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/cikpis",
"platforms": {
"ios": "8.0"
},
"source_files": "CGMessageTextView/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}