blob: a780418e5dba678d698fee836ed6e98055261eba [file] [log] [blame]
{
"name": "PasswordStrength",
"version": "0.1.0",
"summary": "Password Strength Lib",
"description": " PasswordStrength will return a value of 0 - 1 based on the strength of a password\n\n This can then be used to create a colour to use with progress bars.\n\n Enjoy :)\n",
"homepage": "https://github.com/matthewellis/PasswordStrength",
"license": "MIT",
"authors": {
"Matthew Ellis": "matthewellis1995@gmail.com"
},
"source": {
"git": "https://github.com/matthewellis/PasswordStrength.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mellis1995",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}