blob: 5a326d0af032babe0f54e8e2016e3490d6b33c68 [file] [log] [blame]
{
"name": "DateValidator",
"version": "0.0.1",
"summary": "A CocoaPods library made in Swift for helping date validation",
"description": "This library provides a class to help validate if a date exists.\nFormat:\nDateValidator.validateDate(day: Int, month: Int, year: Int) -> Bool",
"homepage": "https://github.com/daniielf/DateValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Freitas": "daniielf.13@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/daniielf/DateValidator.git",
"tag": "0.0.1"
},
"source_files": "DateValidator/**/*.{h,m,swift}",
"swift_version": "5"
}