blob: dcfc087f25a816f9cf8cb1a1d98067488293cc2c [file] [log] [blame]
{
"name": "FMSecureTextField",
"version": "1.0.0",
"summary": "Show or hide password for UITextfield secure text entry - Swift",
"description": "FMSecureTextField provides a friendly way to show or hide password for secure textfield, in either image or text.",
"homepage": "https://github.com/AaoIi/FMSecureTextField",
"screenshots": "https://raw.githubusercontent.com/AaoIi/FMSecureTextField/master/demo.gif",
"license": "MIT",
"authors": "Saad Albasha",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/AaoIi/FMSecureTextField.git",
"tag": "1.0.0"
},
"source_files": [
"FMSecureTextField/**/*.swift",
"FMSecureTextField/**/*.h"
],
"swift_version": "5.0"
}