| { |
| "name": "KULimitLengthTextField", |
| "version": "0.1.0", |
| "summary": "KULimitLengthTextField可以对输入进行长度限制,并且可以过滤一些特殊字符", |
| "description": "KULimitLengthTextField可以对输入进行长度限制,并且可以过滤一些特殊字符,且返回事件代理。", |
| "homepage": "https://github.com/zhmios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhanghaiming": "1938708066@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/zhmios/KULimitLengthTextField.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KULimitLengthTextField/Classes/**/*", |
| "dependencies": { |
| "Masonry": [ |
| "1.1.0" |
| ] |
| } |
| } |