[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / f / ATGValidator / 1.2.0 / ATGValidator.podspec.json
blob226a8d6a3b400332dc5edc4aa497dc00e560678e
2   "name": "ATGValidator",
3   "version": "1.2.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": "4.2",
18   "source": {
19     "git": "https://github.com/altayer-digital/ATGValidator.git",
20     "tag": "1.2.0"
21   },
22   "source_files": [
23     "ATGValidator",
24     "ATGValidator/**/*.swift"
25   ],
26   "exclude_files": "ATGValidator/Info.plist",
27   "swift_version": "4.2"