[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / EGFormValidator / 1.0.0 / EGFormValidator.podspec.json
blobc0adc66db0074b7973912e63ba791480608ce164
2   "name": "EGFormValidator",
3   "version": "1.0.0",
4   "summary": "A simple form validation library written in Swift 3.0.",
5   "description": "The EGFormValidator framework allows you to validate any input field in a convenient way and to display error absolutely anywhere you want.\n\nAvailables built-in form validators:\n* Mandatory\n* Digits Only\n* Minlength\n* Maxlength\n* EqualTo\n* Email\n* AlphaNumeric\n\nIt is also extendable, so you can easily create your own input validator.\n\nAdd custom styles to highlight invalid input fields",
6   "homepage": "https://github.com/alusev/EGFormValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evgeny Gushchin": "latenal@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/alusev/EGFormValidator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"