[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / f / 1 / zxcvbn-ios / 1.0.3 / zxcvbn-ios.podspec.json
blobe43d9c3b0216a9dc21eb52f85edf0283758f33e6
2   "name": "zxcvbn-ios",
3   "version": "1.0.3",
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   "source": {
16     "git": "https://github.com/dropbox/zxcvbn-ios.git",
17     "tag": "v1.0.3"
18   },
19   "source_files": "Zxcvbn/**/*.{h,m}",
20   "exclude_files": [
21     "Zxcvbn/main.m",
22     "Zxcvbn/DBAppDelegate.{h,m}",
23     "Zxcvbn/DBCreateAccountViewController.{h,m}"
24   ],
25   "resources": "Zxcvbn/Zxcvbn/generated/*.json",
26   "requires_arc": true