blob: ad088e3b7b768011308fd3c7b71ad70ebe4c7c00 [file] [log] [blame]
{
"name": "KSPasswordField",
"version": "1.1",
"summary": "An `NSSecureTextField` subclass that cleans up pasted passwords, and provides easy access for a 'Show Password' checkbox.",
"homepage": "https://github.com/karelia/SecurityInterface",
"license": "MIT",
"authors": {
"Mike Abdullah": "me@mikeabdullah.net"
},
"source": {
"git": "https://github.com/karelia/SecurityInterface.git",
"tag": "v1.1"
},
"platforms": {
"osx": "10.2"
},
"source_files": [
"KSPasswordField.m",
"KSPasswordField.h"
],
"requires_arc": false
}