[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / b / 0 / NLBirthDateValidator / 0.1.1 / NLBirthDateValidator.podspec.json
blob9ce5a2b5bb75379493bb1907b10fd8224b7cad96
2   "name": "NLBirthDateValidator",
3   "version": "0.1.1",
4   "summary": "A simple function to check if a birth date is valid, and/or if it meets a minimum age requirement.",
5   "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.",
6   "homepage": "https://github.com/kalestarler/NLBirthDateValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kale": "kale@niveumlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/kalestarler/NLBirthDateValidator.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NLBirthDateValidator/Classes/**/*"