[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 1 / UITextSubClass / 1.0.1 / UITextSubClass.podspec.json
blob152f91f8c910ea51c1ef3978542c6d733eb3172e
2   "name": "UITextSubClass",
3   "version": "1.0.1",
4   "summary": "UITextField/UITextView SubClass library.",
5   "homepage": "https://github.com/azu/UITextSubClass",
6   "screenshots": "http://f.cl.ly/items/2O0W2X3e1j3z1a2h3Y0J/UITextWithDatepicker.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "azu": "info@efcl.info"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/azu/UITextSubClass.git",
19     "tag": "1.0.1"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "resource_bundles": {
27         "UITextSubClassLocalize": [
28           "UITextSubClass/*.lproj"
29         ]
30       },
31       "source_files": "UITextSubClass/UITextSubClassHelper.swift"
32     },
33     {
34       "name": "UITextFieldWithDatePicker",
35       "source_files": "UITextSubClass/UITextFieldWithDatePicker/*.swift",
36       "dependencies": {
37         "UITextSubClass/Core": [
39         ]
40       }
41     },
42     {
43       "name": "UITextFieldWithPicker",
44       "source_files": "UITextSubClass/UITextFieldWithPicker/*.swift",
45       "dependencies": {
46         "UITextSubClass/Core": [
48         ]
49       }
50     },
51     {
52       "name": "UITextFieldWithDecimalPad",
53       "source_files": "UITextSubClass/UITextFieldWithDecimalPad/*.swift",
54       "dependencies": {
55         "UITextSubClass/Core": [
57         ]
58       }
59     },
60     {
61       "name": "UITextFieldWithNumberPad",
62       "source_files": "UITextSubClass/UITextFieldWithNumberPad/*.swift",
63       "dependencies": {
64         "UITextSubClass/Core": [
66         ]
67       }
68     },
69     {
70       "name": "UITextViewWithPlaceholder",
71       "source_files": "UITextSubClass/UITextViewWithPlaceholder/*.swift",
72       "dependencies": {
73         "UITextSubClass/Core": [
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.0"