[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 1 / FZValidationTextField / 0.1.0 / FZValidationTextField.podspec.json
blobdc5335b8d36c3211d0734551dcbcb5a0dbc63cfb
2   "name": "FZValidationTextField",
3   "version": "0.1.0",
4   "summary": "UITextField Validation class which will help you in form validations",
5   "description": "UITextField Validation class which will help you in form validations, field validations, plug and play component just set the class and define validation type and it will validate automatically.",
6   "homepage": "https://github.com/faheemziker/FZValidationTextField",
7   "license": "MIT",
8   "authors": {
9     "Faheem": "faheemzikeria@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/faheemziker/FZValidationTextField.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FZValidationTextField": [
22       "Pod/Assets/*.png"
23     ]
24   }