blob: bbf51b361a6235d029aa007b642cedc8c9e104bd [file] [log] [blame]
{
"name": "KZPeselValidator",
"version": "0.6",
"summary": "Validator for Polish national identification number PESEL",
"description": "Validator for Polish national identification number PESEL\n\nFeatures\n* Validate PESEL number\n* Get sex of PESEL owner\n* Get birthdate of PESEL owner",
"homepage": "https://github.com/konradzdunczyk/KZPeselValidator/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Konrad Zdunczyk": "konrad.zdunczyk@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/konradzdunczyk/KZPeselValidator.git",
"tag": "0.6"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}