[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / c / 3 / KMMSmileyStrength / 1.0 / KMMSmileyStrength.podspec.json
blob289a996ac67988e46aaa67ef7498c16e632a5a04
2   "name": "KMMSmileyStrength",
3   "version": "1.0",
4   "summary": "A password strength display using smiley faces.",
5   "description": "A password strength display that uses zxcvbn and custom fonts to display smiley faces that represent the strength of a password.",
6   "homepage": "https://github.com/kerrmarin/KMMSmileyStrength",
7   "license": "MIT",
8   "authors": {
9     "Kerr Marin Miller": "kerr@kerrmarin.com"
10   },
11   "social_media_url": "http://twitter.com/kerrmarin",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/kerrmarin/KMMSmileyStrength.git",
17     "tag": "1.0"
18   },
19   "source_files": "KMMPasswordStrength/KMMPasswordStrengthView/*.{h,m}",
20   "resources": "KMMPasswordStrength/KMMPasswordStrengthView/Assets/flaticon.ttf",
21   "requires_arc": true,
22   "dependencies": {
23     "zxcvbn-ios": [
24       "~> 1.0.1"
25     ]
26   }