blob: 314db864cd913262937a6117d4ad823ea1d2f2bd [file] [log] [blame]
{
"name": "HHIBAN",
"version": "0.1.1",
"summary": "Create and validate IBAN.",
"description": "Create an IBAN out of a string (if it is a valid IBAN). If successful provides information as country (as ISO3166-1Alpha2) the check sum or just the value as formatted string. If you just need to know wether a string contains a valid IBAN you can use myString.isIBAN.",
"homepage": "https://github.com/HHuckebein/IBAN",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HHuckebein": "development@berndrabe.de"
},
"source": {
"git": "https://github.com/HHuckebein/IBAN.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.1",
"dependencies": {
"ISO3166_1Alpha2": [
]
}
}