blob: afbe0de788a42e1de0b8a5610e94c123d34f8fc7 [file] [log] [blame]
{
"name": "LLTextView",
"version": "0.1.0",
"summary": "more convenient to set the placeHolder and placeholderColor of the UITextView, and can set the maximum character length of the input.",
"description": "set the placeHolder and placeholderColor of the UITextView, and can set the maximum character length",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLTextView/**/*.{h,m}",
"requires_arc": true
}