[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / 9 / 8 / FormTextField / 0.12.1 / FormTextField.podspec.json
blob534ba69bc2557f8b100f4fced74619606cc7cf4f
2   "name": "FormTextField",
3   "summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
4   "version": "0.12.1",
5   "homepage": "https://github.com/3lvis/FormTextField",
6   "license": "MIT",
7   "authors": {
8     "Elvis Nuñez": "elvisnunez@me.com"
9   },
10   "source": {
11     "git": "https://github.com/3lvis/FormTextField.git",
12     "tag": "0.12.1"
13   },
14   "social_media_url": "https://twitter.com/3lvis",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "Formatter": [
23       "~> 0.3.3"
24     ],
25     "InputValidator": [
26       "~> 0.9.1"
27     ]
28   }