[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 5 / 0 / IBAN / 1.0.0 / IBAN.podspec.json
blob3e967d6f43fbc8ecd48ea1f7be11154753ed1108
2   "name": "IBAN",
3   "version": "1.0.0",
4   "summary": "NSString IBAN category to provide IBAN utils",
5   "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",
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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IBAN/Classes/**/*",
22   "public_header_files": "IBAN/Classes/NSString+IBAN.h"