[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / ALPValidator / 0.0.2 / ALPValidator.podspec.json
blobc2d1811cd25a61fb3def422d49f5026448312535
2   "name": "ALPValidator",
3   "version": "0.0.2",
4   "summary": "Drop in user input validation for your iOS apps.",
5   "description": "ALPValidator provides drop in user input validation for your iOS apps. It's inspired by the [jQuery Validation](https://github.com/jzaefferer/jquery-validation) plug-in.\n\nBuilt in validations:\n\n- Presence validation\n- Minimum length validation\n- Maximum length validation \n- Range validation (string character length and numeric)\n- Equality validation (for password confirmation and such)\n- Regular expression match validation\n- Email address validation\n- Custom block validation\n- Remote validation (remote web service validation)\n- Ensure string contains at least one digit\n- *More to come as encountered!*\n\nFeatures:\n\n- Single import\n- Intuitive API\n- String validation\n- Numeric validation\n- File validation\n- ALPValidator provides validation only, styling and handling is not opinionated and up to you\n- Validation state handler block\n- Register to validate on input change using the `UIControl+ALPValidor` category\n",
6   "homepage": "https://github.com/adamwaite/ALPValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Waite": "adam@adamjwaite.co.uk"
13   },
14   "social_media_url": "http://twitter.com/AdamWaite",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/adamwaite/AJWValidator.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": [
23     "ALPValidator",
24     "ALPValidator/**/*.{h,m}"
25   ],
26   "public_header_files": "ALPValidator/ALPValidator.h",
27   "requires_arc": true