blob: e40a76b71c103148bc85e1ad2f2955f5918ae542 [file] [log] [blame]
{
"name": "Navajo-Swift",
"version": "0.2.0",
"summary": "Password Validator & Strength Evaluator",
"description": "Evaluating Password Strength\nValidating Password\n\nAvailable Validation Rules\n-Allowed Characters\n-Required Characters (custom, lowercase, uppercase, decimal, symbol)\n-Non-Dictionary Word\n-Minimum / Maximum Length\n-Predicate Match\n-Regular Expression Match\n-Block Evaluation\n\nLocalization",
"homepage": "https://github.com/jasonnam/Navajo-Swift",
"authors": {
"Jason Nam": "contact@jasonnam.com"
},
"social_media_url": "http://www.jasonnam.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/jasonnam/Navajo-Swift.git",
"commit": "d711f9f89b5a6a05b9aa3a3808377aed5642c778",
"tag": "0.2.0"
},
"source_files": "Source/*.{swift}",
"requires_arc": true
}