blob: d074b9e4d6f11a4744048ff52db1a720adf8ebe7 [file] [log] [blame]
{
"name": "NLBirthDateValidator",
"version": "0.1.0",
"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 'true' Boolean if it is valid, or 'false' if it is not.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NLBirthDateValidator/Classes/**/*"
}