[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / LSiOSTextField / 0.2.0 / LSiOSTextField.podspec.json
blobc33d9654661d52f62dbf2aa4e69291bc0eee6106
2   "name": "LSiOSTextField",
3   "version": "0.2.0",
4   "summary": "视图控件 - textfield",
5   "description": "单文本输入框\n更新内容:\n较原先的LSTextField进行了重构:以扩展方式来实现,减少项目的接入成本;优化contentLeft、contentRight的实现机制,会跟随编辑状态时刻改变文本位置;优化监听删除按钮的代理方法;增加clean button状态的判断,防止文本和删除按钮重叠;补充说明文档;",
6   "homepage": "https://code.aliyun.com/LSKit/LSiOSTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danfort": "quanchengk@163.com"
13   },
14   "source": {
15     "git": "https://code.aliyun.com/LSKit/LSiOSTextField.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSiOSTextField/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "LSiOSHook": [
26     ]
27   }