blob: 09f6d6da193ff825db06e9f22b43aff4e091d09a [file] [log] [blame]
{
"name": "RSKGrowingTextView",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSKGrowingTextView/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RSKPlaceholderTextView": [
"1.0.0"
]
}
}