| { |
| "name": "DPSFloatingLabelTextField", |
| "version": "2.0.6", |
| "summary": "A UITextField subclass that creates a floating label from the placeholder text.", |
| "description": "DPSFloatingLabelTextField is a highly-customizable UITextField subclass that\ncreatings a \"floating label\" from the placeholder string. It also supports\na bottom line border style.", |
| "homepage": "https://github.com/ebaker355/DPSFloatingLabelTextField", |
| "license": "MIT", |
| "authors": { |
| "Eric Baker": "ebaker355@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ebaker355/DPSFloatingLabelTextField.git", |
| "tag": "2.0.6" |
| }, |
| "source_files": "FloatingLabelTextField/Source/*.{h,swift}", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |