| { |
| "name": "UITextField+MaxLength", |
| "version": "0.0.1", |
| "summary": "一句话限制UITextField长度", |
| "description": "A longer description of UITextField+MaxLength in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/tivon-lee/UITextField-MaxLength", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "tivon.lee": "tivon.lee@hotmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/tivon-lee/UITextField-MaxLength.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "*.{h,m}", |
| "exclude_files": "Classes/Exclude" |
| } |