{ | |
"name": "ZXCVBN", | |
"version": "1.0.2", | |
"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.2" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source_files": "ZXCVBN/**/*.{c,h,m}", | |
"resources": "tools/generated/*.json", | |
"requires_arc": true | |
} |