[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / b / f / WLComponentView / 0.0.4 / WLComponentView.podspec.json
blobff2b194b513f112a611a2700ef298fe7fb4e1706
2   "name": "WLComponentView",
3   "version": "0.0.4",
4   "summary": "A Lib For view.",
5   "description": "文本框的工具类",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLComponentView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/WLComponentView.git",
24     "tag": "0.0.4"
25   },
26   "subspecs": [
27     {
28       "name": "Picker",
29       "subspecs": [
30         {
31           "name": "DatePicker",
32           "source_files": "Code/Picker/DatePicker/*.{swift}"
33         }
34       ]
35     },
36     {
37       "name": "TextFeild",
38       "subspecs": [
39         {
40           "name": "Setting",
41           "source_files": "Code/TF/Setting/*.{swift}"
42         },
43         {
44           "name": "Base",
45           "source_files": "Code/TF/Base/*.{swift}",
46           "dependencies": {
47             "WLToolsKit/WLThen": [
49             ],
50             "WLComponentView/TextFeild/Setting": [
52             ]
53           }
54         },
55         {
56           "name": "LeftTitle",
57           "source_files": "Code/TF/LeftTitle/*.{swift}",
58           "dependencies": {
59             "WLComponentView/TextFeild/Base": [
61             ],
62             "WLToolsKit/WLColor": [
64             ]
65           }
66         },
67         {
68           "name": "LeftImage",
69           "source_files": "Code/TF/LeftImg/*.{swift}",
70           "dependencies": {
71             "WLComponentView/TextFeild/Base": [
73             ]
74           }
75         },
76         {
77           "name": "NickName",
78           "source_files": "Code/TF/NickName/*.{swift}",
79           "dependencies": {
80             "WLComponentView/TextFeild/Base": [
82             ]
83           }
84         },
85         {
86           "name": "Password",
87           "source_files": "Code/TF/Password/*.{swift}",
88           "dependencies": {
89             "WLComponentView/TextFeild/LeftImage": [
91             ],
92             "WLComponentView/TextFeild/LeftTitle": [
94             ]
95           }
96         },
97         {
98           "name": "Vcode",
99           "source_files": "Code/TF/Vcode/*.{swift}",
100           "dependencies": {
101             "WLComponentView/TextFeild/LeftImage": [
103             ],
104             "WLComponentView/TextFeild/LeftTitle": [
106             ]
107           }
108         }
109       ]
110     },
111     {
112       "name": "Draw",
113       "source_files": "Code/Draw/*.{swift}"
114     }
115   ]