blob: 790568e5ba61392ada5c7503fc72135dc62211d2 [file] [log] [blame]
{
"name": "ZXCVBN",
"version": "1.0.4",
"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.4"
},
"source_files": "ZXCVBN/**/*.{c,h,m}",
"resources": "tools/generated/*.json",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}