blob: e65acd84f40c1a445e4c48c158ca4e026c6125ae [file] [log] [blame]
{
"name": "CCGrowingTextView",
"version": "0.4.2",
"summary": "A lightweight UITextView subclass that is growing and shrinking in size",
"description": "This UITextView is a lightweight solution that mimic iOS Messages behaviour and use Auto Layout. See to the example project to see how its supposed to be used. ",
"homepage": "https://github.com/ziryanov/CCGrowingTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Ziryanov": "ivan.ziryanov@gmail.com"
},
"source": {
"git": "https://github.com/ziryanov/CCGrowingTextView.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}