[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / ALPValidator / 0.0.1 / ALPValidator.podspec.json
bloba054038f09678c7929ed33d613a5f6fd327aa2f1
2   "name": "ALPValidator",
3   "version": "0.0.1",
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\nValidations:\n\n- Presence validation\n- Minimum length validation\n- Maximum length validation \n- Regular expression validation\n- Email validation\n- Custom block based validation\n- Remote validation (remote web service validation)\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.1"
21   },
22   "source_files": [
23     "ALPValidator",
24     "ALPValidator/**/*.{h,m}"
25   ],
26   "public_header_files": "ALPValidator/ALPValidator.h",
27   "requires_arc": true