[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 5 / b / 7 / CPF-CNPJ-Validator / 1.0.0 / CPF-CNPJ-Validator.podspec.json
blob8b73dd755c0a35a5e893eaac56eb64a51fb8203e
2   "name": "CPF-CNPJ-Validator",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "✅ A Swifty CPF and CNPJ validator",
9   "description": "A Swift library to validate CPF and CNPJ. Automatically strips formatting,\ncovers valid numbers, wrong length, number sequences, and common fake numbers.\nOptions can be passed to allow invalid number sequences, that's useful for\ntesting.",
10   "homepage": "https://github.com/fpg1503/CPF-CNPJ-Validator",
11   "authors": {
12     "Francesco Perrotti-Garcia": "fpg1503@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/fpg1503",
15   "source": {
16     "git": "https://github.com/fpg1503/CPF-CNPJ-Validator.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/*.swift",
23   "pushed_with_swift_version": "3.0"