[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 8 / 7 / IBANCheck / 0.0.1 / IBANCheck.podspec.json
blob22d5778e29eff52f2add212fdec808e44b312e3d
2   "name": "IBANCheck",
3   "version": "0.0.1",
4   "summary": "Validates a given IBAN agains ISO 13616:2007.",
5   "description": "                   Validate comprises length check (precise for DE, CH and LI)\n                   Country Code existence, allowed character set and check digit.\n",
6   "homepage": "https://github.com/HHuckebein/IBANCheck",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Bernd Rabe": "info@berndrabe.de"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/HHuckebein/IBANCheck.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "IBANCheck",
23     "IBANCheck/IBANCheck.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ISO3661-1Alpha2_objc": [
29     ]
30   },
31   "deprecated": true