blob: 0b2b11d8e1d9adb0cbaed64250257d39b73532c8 [file] [log] [blame]
{
"name": "SwedishSSN",
"version": "1.0.0",
"summary": "A pod to validate and extract information from Swedish Social Security Number",
"description": "A pod to validate and extract information from Swedish Social Security Number.\nValidate if it is a `personnummer`, a `samordningsnummer` or an `organisationsnummer` and extract information\nlike gender and company type accordingly.",
"homepage": "https://github.com/diamantidis/SwedishSSN",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ioannis Diamantidis": "diamantidis@outlook.com"
},
"source": {
"git": "https://github.com/diamantidis/SwedishSSN.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.0",
"source_files": "SwedishSSN/Classes/**/*"
}