[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 2 / c / HHIBAN / 1.0.2 / HHIBAN.podspec.json
blob28039217a2e056a0f47676dcbf615dac410842ce
2   "name": "HHIBAN",
3   "version": "1.0.2",
4   "summary": "Create and validate IBAN.",
5   "description": "Create an IBAN out of a string (if it is a valid IBAN). If successful provides information as country (as ISO3166-1Alpha2) the check sum or just the value as formatted string. If you just need to know wether a string contains a valid IBAN you can use myString.isIBAN.",
6   "homepage": "https://github.com/HHuckebein/HHIBAN",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HHuckebein": "development@berndrabe.de"
13   },
14   "source": {
15     "git": "https://github.com/HHuckebein/HHIBAN.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/HHIBAN/**/*.swift",
22   "swift_versions": "4.1",
23   "dependencies": {
24     "ISO3166_1Alpha2": [
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/HHIBANTests/*.swift"
33     }
34   ],
35   "swift_version": "4.1"