blob: e3e2c889432ea2231416f4fd7c48b5319e659a98 [file] [log] [blame]
{
"name": "CCGrowingTextView",
"version": "0.4.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}