[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / c / DCTTextFieldValidator / 1.0 / DCTTextFieldValidator.podspec.json
blob4d370deeed4070930384b424af42fa564bedea93
2   "name": "DCTTextFieldValidator",
3   "version": "1.0",
4   "license": "BSD",
5   "summary": "Validates an array of UITextFields before allowing an action to take place.",
6   "homepage": "https://github.com/danielctull/DCTTextFieldValidator",
7   "authors": {
8     "Daniel Tull": "dt@danieltull.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/danielctull/DCTTextFieldValidator.git",
12     "tag": "1.0"
13   },
14   "description": "DCTTextFieldValidator takes an array of UITextFields and switches the return key on the keyboard if the text fields are valid.",
15   "source_files": [
16     "DCTTextFieldValidator.h",
17     "DCTTextFieldValidator.m"
18   ],
19   "requires_arc": true