[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 9 / f / ATGValidator / 1.5.0 / ATGValidator.podspec.json
blob6d338a99f43d71ed1ebe0c016940e73c4579e28b
2   "name": "ATGValidator",
3   "version": "1.5.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.5.0"
21   },
22   "source_files": [
23     "ATGValidator",
24     "ATGValidator/**/*.swift"
25   ],
26   "exclude_files": "ATGValidator/Info.plist",
27   "swift_version": "5.0"