[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / b / UnitField / 0.3.4 / UnitField.podspec.json
blobf0bea5d79545a49e71c5a006c401d5b7800596fc
2   "name": "UnitField",
3   "version": "0.3.4",
4   "summary": "This is an elegant and concise password/verification code text field.",
5   "description": "This is an elegant and concise password/verification code text field. You can use UnitField just like UITextField.",
6   "homepage": "https://github.com/fuyoufang/UnitField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fuyoufang": "fuyoufang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/fuyoufang/UnitField.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "SnapKit": [
28           "~> 4.2.0"
29         ]
30       },
31       "source_files": "UnitField/Classes/**/*",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Rx",
36       "dependencies": {
37         "UnitField/Core": [
39         ],
40         "RxSwift": [
42         ],
43         "RxCocoa": [
45         ]
46       },
47       "source_files": "UnitField/Rx/**/*"
48     }
49   ],
50   "swift_version": "5.0"