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