| { |
| "name": "YTPasswordField", |
| "version": "0.1.0", |
| "summary": "UITextfield with password strength checker functionality", |
| "description": "YTPasswordField adds a toggle button to default UITextfield to hide / show password. You can use default password strength levels or add your own regexp to check pasword strength. Border color changes accordingly to indicate password strength.", |
| "homepage": "https://github.com/yasinturkdogan/YTPasswordField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yasin Turkdogan": "yasinturkdogan@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yasinturkdogan/YTPasswordField.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "YTPasswordField/*", |
| "resources": "YTPasswordField/Resources/*.png", |
| "pushed_with_swift_version": "3.0" |
| } |