blob: 20738cd4e657aa153a1eca04b5f1d5669b3023a7 [file] [log] [blame]
{
"name": "LimitInputTextControl",
"version": "0.0.1",
"summary": "限制输入长度以及字数控件",
"description": "支持 UITextField 文字输入字数限制\n支持 UITextView 文字输入行数以及字数限制",
"homepage": "https://github.com/0x1306a94/LimitInputTextControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"0x1306a94": "0x1306a94@gmail.com"
},
"source": {
"git": "https://github.com/0x1306a94/LimitInputTextControl.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LimitInputTextControl/Classes/**/*.{h,m}",
"frameworks": "UIKit"
}