blob: 26a2755605eb3e1729bb22b9423c32be00c0cbe1 [file] [log] [blame]
{
"name": "zxcvbn-ios",
"version": "1.0.1",
"summary": "A realistic password strength estimator.",
"description": " An obj-c port of zxcvbn, a password strength estimation library,\n designed for iOS.\n\n DBZxcvbn attempts to give sound password advice through pattern\n matching and conservative entropy calculations. It finds 10k common\n passwords, common American names and surnames, common English words,\n and common patterns like dates, repeats (aaa), sequences (abcd),\n and QWERTY patterns.\n",
"homepage": "https://github.com/dropbox/zxcvbn-ios",
"screenshots": "https://raw.githubusercontent.com/dropbox/zxcvbn-ios/master/Zxcvbn/zxcvbn-example.png",
"license": "MIT",
"authors": {
"Leah Culver": "leah@dropbox.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dropbox/zxcvbn-ios.git",
"tag": "v1.0.1"
},
"source_files": "Zxcvbn/**/*.{h,m}",
"exclude_files": [
"Zxcvbn/main.m",
"Zxcvbn/DBAppDelegate.{h,m}",
"Zxcvbn/DBCreateAccountViewController.{h,m}"
],
"resources": "Zxcvbn/Zxcvbn/generated/*.json",
"requires_arc": true
}