blob: 3e967d6f43fbc8ecd48ea1f7be11154753ed1108 [file] [log] [blame]
{
"name": "IBAN",
"version": "1.0.0",
"summary": "NSString IBAN category to provide IBAN utils",
"description": "IBAN category provides:\n* mod 97 validation\n* country code validation\n* length validation according country\n* country SEPA membership check\n* IBAN parsing from text",
"homepage": "https://github.com/stefan-sedlak/IBAN",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Stefan Sedlak": "stefan@sedlak.eu"
},
"source": {
"git": "https://github.com/stefan-sedlak/IBAN.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IBAN/Classes/**/*",
"public_header_files": "IBAN/Classes/NSString+IBAN.h"
}