[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / f / 1 / zxcvbn-ios / 1.0.1 / zxcvbn-ios.podspec.json
blob26a2755605eb3e1729bb22b9423c32be00c0cbe1
2   "name": "zxcvbn-ios",
3   "version": "1.0.1",
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.1"
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