[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 0 / e / VLRTextField / 0.0.1 / VLRTextField.podspec.json
blobd0fb4d19aa1dd4f1a0ab6ab8ab7ea5a5be721dfe
2   "name": "VLRTextField",
3   "version": "0.0.1",
4   "summary": "VLRTextField enlarge floating and autocompleting text field power with input validation.",
5   "description": "                   This class intention is to provide an extension to the power of two great libraries on `UITextField`:\n\n  - [`JVFloatLabeledTextField`](https://github.com/jverdi/JVFloatLabeledTextField) which purpose is to nicely display the place holder on top on the textfield when inserting text\n  - [`HTAutocompleteTextField`](https://github.com/hoteltonight/HTAutocompleteTextField) which purpose is to provide autocompletion (for example: emails, company names, ...)\n\n`VLRTextfield` adds a new layer: **validation** (for example, it is great on forms). You can then specify several check behaviors like:\n\n  - check content with regex (@see `regex`) AND/OR\n  - fill optional or not (@see `fillRequired`) AND/OR\n  - minimum number of characters to enter (for example: 8 characters for password) (@see `minimumNumberOfCharacters`) AND/OR\n  - custom validation block (@see `validateBlock`).\n\nAll of these tests can be run on demand or while editing.\n",
6   "homepage": "https://github.com/rezzza/VLRTextField",
7   "screenshots": [
8     "http://i.imgur.com/9DRdZ71.png",
9     "http://i.imgur.com/mss3Gwe.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Rezzza": "contact@verylastroom.com"
17   },
18   "source": {
19     "git": "https://github.com/rezzza/VLRTextField.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Files/*.{h,m}",
23   "requires_arc": true,
24   "platforms": {
25     "ios": "6.0"
26   },
27   "dependencies": {
28     "PPHelpMe": [
29       "~> 1.0.2"
30     ],
31     "VLRJVFloatLabeledTextField": [
32       "~> 1.0.3"
33     ]
34   }