blob: 9ce5a2b5bb75379493bb1907b10fd8224b7cad96 [file] [log] [blame]
{
"name": "NLBirthDateValidator",
"version": "0.1.1",
"summary": "A simple function to check if a birth date is valid, and/or if it meets a minimum age requirement.",
"description": "A simple function to check if a birth date is valid, and/or if it meets a minimum age requirement. Just pass in the parameters for day, month, year and the minimum age you want to check against (optional), and it will return a a BirthDateCheckResult enum for .DateValid, .DateInvalid or .AgeUnderMinimum.",
"homepage": "https://github.com/kalestarler/NLBirthDateValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kale": "kale@niveumlabs.com"
},
"source": {
"git": "https://github.com/kalestarler/NLBirthDateValidator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NLBirthDateValidator/Classes/**/*"
}