blob: 07727d271eeda261318c44d5cb057ded094cbad1 [file] [log] [blame]
{
"name": "WSInputLimit",
"version": "0.0.2",
"summary": "UITextView/UITextField Input Limit",
"description": "* 支持禁止emoji输入\n* 支持最大可输入字符数量限制\n* 支持限制仅输入数字\n* 支持限制仅输入中文\n* 支持限制仅输入英文字母\n* 支持小数样式输入限制\n* 支持小数点位数限制\n* 支持自定义正则式方式输入",
"homepage": "https://github.com/ONECATYU/WSInputLimit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/WSInputLimit.git",
"tag": "0.0.2"
},
"source_files": [
"WSInputLimit",
"WSInputLimit/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}