blob: 7b04b52ff345ca4875e2e26dff55d326cf1c7d32 [file] [log] [blame]
{
"name": "GrowingTextView",
"version": "0.1.6",
"summary": "UITextView with support of auto growing, placeholder and length limit.",
"description": "This cocoapods provide a subclass of UITextView which support auto growing, placeholder and length limit.",
"homepage": "https://github.com/KennethTsang/GrowingTextView",
"screenshots": "https://raw.githubusercontent.com/KennethTsang/GrowingTextView/master/DEMO.gif",
"license": "MIT",
"authors": {
"Kenneth Tsang": "kenneth.tsang@me.com"
},
"source": {
"git": "https://github.com/KennethTsang/GrowingTextView.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GrowingTextView": [
"Pod/Assets/*.png"
]
}
}