[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 5 / 0 / IBAN / 0.0.1 / IBAN.podspec.json
blob2d4c756fa94d671d7fad62db71c4e66fd97da9c2
2   "name": "IBAN",
3   "version": "0.0.1",
4   "summary": "NSString IBAN category to provide IBAN validation",
5   "description": "IBAN category provides:\n* mod 97 validation\n* country code validation\n* length validation according country\n* country SEPA membership check",
6   "homepage": "https://github.com/stefan-sedlak/IBAN",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan Sedlak": "stefan@sedlak.eu"
13   },
14   "source": {
15     "git": "https://github.com/stefan-sedlak/IBAN.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IBAN/Classes/**/*",
22   "public_header_files": "IBAN/Classes/NSString+IBAN.h"