blob: 79219f416e3e432a59a14d313c0f17e9143256aa [file] [log] [blame]
{
"name": "CBUValidator",
"version": "0.1.1",
"summary": "This library validates an Argentinian CBU (Clave Bancaria Uniforme) number.",
"description": "This library validates an Argentinian CBU (Clave Bancaria Uniforme) number. It checks for the two validator digits using the corresponding algorithm.",
"homepage": "https://github.com/LeandroHub/CBUValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leandro Fournier": "leandro.fournier@gmail.com"
},
"source": {
"git": "https://github.com/LeandroHub/CBUValidator.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "CBUValidator/Classes/**/*"
}