[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 9 / f / ATGValidator / 1.1.0 / ATGValidator.podspec.json
blob3a34c921326796d0ea161272e60b8f2f4a4d52eb
2   "name": "ATGValidator",
3   "version": "1.1.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_version": "4.2",
18   "source": {
19     "git": "https://github.com/altayer-digital/ATGValidator.git",
20     "tag": "1.1.0"
21   },
22   "source_files": [
23     "ATGValidator",
24     "ATGValidator/**/*.swift"
25   ],
26   "exclude_files": "ATGValidator/Info.plist"