blob: e632ecbf3cfc688e0991ebf3f5ffa528f70d072a [file] [log] [blame]
{
"name": "FFLimitTextView",
"version": "0.0.1",
"summary": "一个限制输入并实时显示字数情况的小控件",
"description": "一个限制输入并实时显示字数情况的小控件,忽略中文未选中文字时的字数计算",
"homepage": "https://github.com/fanxiaoApple/FFLimitTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanxiaoApple": "547900997@qq.com"
},
"source": {
"git": "https://github.com/fanxiaoApple/FFLimitTextView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FFLimitTextView/Classes/**/*",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics"
]
}