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