[Add] AndesUI 3.149.0
[CocoaPods.git] / Specs / 2 / c / 1 / CBUValidator / 0.1.1 / CBUValidator.podspec.json
blob79219f416e3e432a59a14d313c0f17e9143256aa
2   "name": "CBUValidator",
3   "version": "0.1.1",
4   "summary": "This library validates an Argentinian CBU (Clave Bancaria Uniforme) number.",
5   "description": "This library validates an Argentinian CBU (Clave Bancaria Uniforme) number. It checks for the two validator digits using the corresponding algorithm.",
6   "homepage": "https://github.com/LeandroHub/CBUValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leandro Fournier": "leandro.fournier@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LeandroHub/CBUValidator.git",
16     "tag": "0.1.1"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CBUValidator/Classes/**/*"