blob: 219a29c37204ec96222aa2fe3d4c7316e69a7847 [file] [log] [blame]
{
"name": "ZXCVBN",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ZXCVBN/**/*.{c,h,m}",
"resources": "tools/generated/*.json",
"requires_arc": true
}