| { |
| "name": "FancyTextField", |
| "version": "0.2.3", |
| "summary": "Its the UITextField but prettier", |
| "description": "This TextField is really fancy! It will make your app look slick!", |
| "homepage": "https://github.com/gtdrag/FancyTextField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "George T. Drag": "gdrag@redfoundry.com" |
| }, |
| "source": { |
| "git": "https://github.com/gtdrag/FancyTextField.git", |
| "tag": "0.2.3" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "CustomTextInput/*.{swift,xib}", |
| "pushed_with_swift_version": "4.0" |
| } |