blob: 36102cc06cceb8031afeb45f9f5b792b653b86d1 [file] [log] [blame]
{
"name": "IBANCheck",
"version": "0.0.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/HHuckebein/IBANCheck.git",
"tag": "0.0.1"
},
"source_files": [
"IBANCheck",
"IBANCheck/IBANCheck.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ISO3661-1Alpha2_objc": [
]
}
}