blob: e43f2b10055439f5f2ee24f59b75a76ed0d5d304 [file] [log] [blame]
{
"name": "RSKGrowingTextView",
"version": "5.0.2",
"summary": "A light-weight UITextView subclass that automatically grows and shrinks.",
"description": "A light-weight UITextView subclass that automatically grows and shrinks based on the size of user input and can be constrained by maximum and minimum number of lines.",
"homepage": "https://github.com/ruslanskorb/RSKGrowingTextView",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Ruslan Skorb": "ruslan.skorb@gmail.com"
},
"source": {
"git": "https://github.com/ruslanskorb/RSKGrowingTextView.git",
"tag": "5.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "RSKGrowingTextView/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RSKPlaceholderTextView": [
"5.0.2"
]
},
"swift_version": "5.0"
}