blob: 58caa50832a7568b44727797fa0c042f81d0bb90 [file] [log] [blame]
{
"name": "CGMessageTextView",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/cikpis",
"platforms": {
"ios": "10.1"
},
"source_files": "CGMessageTextView/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"swift_versions": "4.2",
"swift_version": "4.2"
}