[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / f / c / 5 / RFIBAN-Helper / 4.0.0 / RFIBAN-Helper.podspec.json
blob752c4436b0c5e329c00f845a09cdf1b84b2a7ff0
2   "name": "RFIBAN-Helper",
3   "version": "4.0.0",
4   "summary": "A little helper to validate if an IBAN is valid (based on the country).",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/readefries/IBAN-Helper",
8   "license": "MIT",
9   "authors": {
10     "Hindrik Bruinsma": "hbruinsma@xs4some.nl"
11   },
12   "source": {
13     "git": "https://github.com/readefries/IBAN-Helper.git",
14     "tag": "4.0.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "RFIBAN-Helper/Classes/**/*",
20   "resources": "RFIBAN-Helper/Assets/IBANStructure.json",
21   "swift_version": "5.0"