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