blob: 50d406e520c0d144eb3687655eedafce441cd9a8 [file] [log] [blame]
{
"name": "CPF-CNPJ-Validator",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "✅ A Swifty CPF and CNPJ validator",
"description": "A Swift library to validate CPF and CNPJ. Automatically strips formatting,\ncovers valid numbers, wrong length, number sequences, and common fake numbers.\nOptions can be passed to allow invalid number sequences, that's useful for\ntesting.",
"homepage": "https://github.com/fpg1503/CPF-CNPJ-Validator",
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"social_media_url": "https://twitter.com/fpg1503",
"source": {
"git": "https://github.com/fpg1503/CPF-CNPJ-Validator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}