blob: 17e00387fd1ceaf538f0426af0a4be53565dfea9 [file] [log] [blame]
{
"name": "ZXCVBN",
"version": "1.0.5",
"summary": "ZXCVBN password strength estimation",
"homepage": "https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/",
"license": {
"type": "MIT"
},
"authors": {
"John Johnson": "wangsw.a@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/ZXCVBN.git",
"tag": "1.0.5"
},
"source_files": "ZXCVBN/**/*.{c,h,m}",
"resources": "tools/generated/*.json",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}