blob: f8b100e29ba9e48dc8505312b21aca7e07143205 [file] [log] [blame]
{
"name": "IBANCheck",
"version": "0.0.2",
"summary": "Validates a given IBAN agains ISO 13616:2007.",
"description": " Validate comprises length check (precise for DE, CH and LI)\n Country Code existence, allowed character set and check digit.\n",
"homepage": "https://github.com/HHuckebein/IBANCheck",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Bernd Rabe": "info@berndrabe.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/HHuckebein/IBANCheck.git",
"tag": "0.0.2"
},
"source_files": [
"IBANCheck",
"IBANCheck/IBANCheck.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ISO3661-1Alpha2_objc": [
]
}
}