blob: b1b0c9afb300bcf1563b5eeb774bd08f1bf8bcaa [file] [log] [blame]
{
"name": "GrowingTextView",
"version": "0.1.3",
"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/BigSmallDog/GrowingTextView",
"screenshots": "https://raw.githubusercontent.com/BigSmallDog/GrowingTextView/master/DEMO.gif",
"license": "MIT",
"authors": {
"BigSmallDog": "doglittlebig@gmail.com"
},
"source": {
"git": "https://github.com/BigSmallDog/GrowingTextView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GrowingTextView": [
"Pod/Assets/*.png"
]
}
}