blob: bd8261781b78edd5d9cda8078af6f332d7ff042c [file] [log] [blame]
{
"name": "LLTextView",
"version": "0.1.3",
"summary": "set the placeHolder and placeholderColor of the UITextView, and can set the maximum character length",
"description": "more convenient to set the placeHolder and placeholderColor of the UITextView, and can set the maximum character length of the input.",
"homepage": "https://github.com/lianleven/LLTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lianleven": "lianleven@gmail.com"
},
"source": {
"git": "https://github.com/lianleven/LLTextView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLTextView/**/*.{h,m}",
"requires_arc": true
}