blob: 4a507be40f9487f40facf2b993924a8e59a270cd [file] [log] [blame]
{
"name": "LSiOSTextView",
"version": "2.0.0",
"summary": "视图控件 - text view",
"description": "多文本输入框,目前仅支持增加预留文字和颜色\n更新内容:\n优化Placeholder布局计算方式,防止cell重用时跑偏。",
"homepage": "https://code.aliyun.com/LSKit/LSiOSTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSTextView.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTextView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"LSiOSHook": [
]
}
}