blob: 5b8d0b00f888d084d2eba2550f88f0a05c95fbf2 [file] [log] [blame]
{
"name": "KMMSmileyStrength",
"version": "1.0.2",
"summary": "A password strength display using smiley faces.",
"description": "A password strength display that uses zxcvbn and custom fonts to display smiley faces that represent the strength of a password.",
"homepage": "https://github.com/kerrmarin/KMMSmileyStrength",
"license": "MIT",
"authors": {
"Kerr Marin Miller": "kerr@kerrmarin.com"
},
"social_media_url": "http://twitter.com/kerrmarin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kerrmarin/KMMSmileyStrength.git",
"tag": "1.0.2"
},
"source_files": "KMMPasswordStrength/KMMPasswordStrengthView/*.{h,m}",
"resources": "KMMPasswordStrength/KMMPasswordStrengthView/Assets/flaticon.ttf",
"requires_arc": true,
"dependencies": {
"zxcvbn-ios": [
"~> 1.0.1"
]
}
}