blob: 64b955ab8a5b450e16672d312b08dd8fb3b7c335 [file] [log] [blame]
{
"name": "RFIBAN-Helper",
"version": "1.0.1",
"summary": "A little helper to validate if an IBAN is valid (based on the country).",
"description": "A little helper to validate if an IBAN is valid (based on the country).\n\nThe library will fetch the country code from the IBAN and check the rules from the \nsupplied plist for the specific country.",
"homepage": "https://github.com/readefries/IBAN-Helper",
"license": "MIT",
"authors": {
"Hindrik Bruinsma": "de@readefries.nl"
},
"source": {
"git": "https://github.com/readefries/IBAN-Helper.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RFIBAN-Helper/Classes/**/*",
"resources": "RFIBAN-Helper/Assets/IBANStructure.plist"
}