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