[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / f / ATGValidator / 1.4.0 / ATGValidator.podspec.json
blob2b4995f46ecc83fd1be4db924fac8e32332353f3
2   "name": "ATGValidator",
3   "version": "1.4.0",
4   "summary": "iOS validation framework with form validation support",
5   "description": "iOS validation framework with form validation support written in swift. Rule based validation with in built support for UITextField and UITextView, and can be extended for custom UI components. Supports credit card validation and suggestions based on input.",
6   "homepage": "https://github.com/altayer-digital/ATGValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "surajthomask": "suthomas@altayer.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/altayer-digital/ATGValidator.git",
20     "tag": "1.4.0"
21   },
22   "source_files": [
23     "ATGValidator",
24     "ATGValidator/**/*.swift"
25   ],
26   "exclude_files": "ATGValidator/Info.plist",
27   "swift_version": "5.0"