| { |
| "name": "FormattedTextField", |
| "version": "0.0.2", |
| "summary": "iOS formatted text field which supports symbols with variable-width encoding", |
| "homepage": "https://github.com/seaburg/FormattedTextField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Evgeniy Yurtaev": "evgeniyyurt@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/seaburg/FormattedTextField.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "FormattedTextField/*.swift", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |