blob: 4f4f6f2be93b0309a40b264c7c7d67de9f0323a6 [file] [log] [blame]
{
"name": "CSGrowingTextView",
"version": "1.0.0",
"summary": "CSGrowingTextView is a iOS text view that sizes while user types using keyboard.",
"description": " * CSGrowingTextView was developed in need for text view that sizes while user types.\n * It has growing modes so it can resize automatically or leave it to you and is suitable for usage with autolayout.\n",
"homepage": "https://github.com/cloverstudio/CSGrowingTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clover Developers": "github@clover-studio.com",
"Josip Bernat": "josip.bernat@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/cloverstudio/CSGrowingTextView.git",
"commit": "fbef3c7b20a5a4fab0e0be0fd6a0391213c9a61a",
"tag": "1.0.0"
},
"source_files": "CSGrowingTextView/CSGrowingTextView/**/*.{h,m}",
"requires_arc": true
}