[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 2 / c / HHIBAN / 0.1.0 / HHIBAN.podspec.json
blobbf8f5c93076bea7fa0c54d141e128ecfd76f2c85
2   "name": "HHIBAN",
3   "version": "0.1.0",
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 user myString.isIBAN.",
6   "homepage": "https://github.com/HHuckebein/IBAN",
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/IBAN.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_version": "4.1",
23   "dependencies": {
24     "ISO3166_1Alpha2": [
26     ]
27   }