[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / b / TextField / 0.5.3 / TextField.podspec.json
blob7c6fd4910f4b6b6e6f46ba4f5e60d230c7f4a3c7
2   "name": "TextField",
3   "summary": "A TextField that supports formatters and input validators such as maximum length and regex",
4   "version": "0.5.3",
5   "homepage": "https://github.com/3lvis/TextField",
6   "license": "MIT",
7   "authors": {
8     "Elvis Nuñez": "elvisnunez@me.com"
9   },
10   "source": {
11     "git": "https://github.com/3lvis/TextField.git",
12     "tag": "0.5.3"
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.2"
24     ],
25     "InputValidator": [
26       "~> 0.8.5"
27     ],
28     "Hex": [
29       "~> 2.0"
30     ]
31   }