[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 1 / zxcvbn-ios / 1.0.4 / zxcvbn-ios.podspec.json
blob1962c1414d8870aba8e07c44fb467c494da5bee7
2   "name": "zxcvbn-ios",
3   "version": "1.0.4",
4   "summary": "A realistic password strength estimator.",
5   "description": "An obj-c port of zxcvbn, a password strength estimation library,\ndesigned for iOS.\n\nDBZxcvbn attempts to give sound password advice through pattern\nmatching and conservative entropy calculations. It finds 10k common\npasswords, common American names and surnames, common English words,\nand common patterns like dates, repeats (aaa), sequences (abcd),\nand QWERTY patterns.",
6   "homepage": "https://github.com/dropbox/zxcvbn-ios",
7   "screenshots": "https://raw.githubusercontent.com/dropbox/zxcvbn-ios/master/zxcvbn-example.png",
8   "license": "MIT",
9   "authors": {
10     "Leah Culver": "leah@dropbox.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/dropbox/zxcvbn-ios.git",
17     "tag": "v1.0.4"
18   },
19   "source_files": "Zxcvbn/*.{h,m}",
20   "exclude_files": "Zxcvbn/Zxcvbn.h",
21   "resources": "Zxcvbn/generated/*.json",
22   "requires_arc": true