| { |
| "name": "LineTextField", |
| "version": "1.0.4", |
| "summary": "Custom UITextField with floated placeholder and an underline.", |
| "homepage": "https://github.com/NovichenkoAnton/LineTextField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Anton Novichenko": "novichenko.anton@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source": { |
| "git": "https://github.com/NovichenkoAnton/LineTextField.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "swift_version": "5.1" |
| } |