[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / 9 / 8 / FormTextField / 1.0.0 / FormTextField.podspec.json
blob07bd5340529fff9ce0b0a745631dd3e4322d036d
2   "name": "FormTextField",
3   "summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
4   "version": "1.0.0",
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": "1.0.0"
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       "~> 1.0.0"
24     ],
25     "InputValidator": [
26       "~> 1.0.0"
27     ]
28   }