blob: b6f3a784ce65d06657d80ad47e2a6ac897cf9159 [file] [log] [blame]
{
"name": "CGMessageTextView",
"version": "0.2.1",
"summary": "A UITextView subclass that adds support for changing dynamically the height in base of the text.",
"description": "A UITextView subclass that adds support for changing dynamically the height in base of the text. Also it has multiline placeholder thanks 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.2.1"
},
"social_media_url": "https://twitter.com/cikpis",
"platforms": {
"ios": "10.1"
},
"source_files": "CGMessageTextView/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "4.2"
}