| { |
| "name": "ADTextField", |
| "version": "1.0.1", |
| "summary": "ADTextField系统UITextField的封装,使用block处理代理,键盘通知,和return按钮事件", |
| "description": "ADTextField系统UITextField的封装,使用block处理代理,键盘通知,和return按钮事件", |
| "homepage": "https://github.com/tiancanfei/ADTextField/tree/master", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tiancanfei": "bjwltiankong@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/tiancanfei/ADTextField.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "ADTextField/ADTextField/*.{h,m}", |
| "public_header_files": "ADTextField/ADTextField/*.h", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |