[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / 8 / CHSimpleUI / 1.4.2 / CHSimpleUI.podspec.json
blobe980f82279a45d94a45a0483ee855b1461c511b2
2   "name": "CHSimpleUI",
3   "version": "1.4.2",
4   "summary": "A short description of CHPodsFirstDemo.",
5   "description": "test----cyp",
6   "homepage": "https://gitee.com/Cyptt",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "cyptt": "ios"
13   },
14   "source": {
15     "git": "https://gitee.com/Cyptt/chsimple-ui.git",
16     "tag": "1.4.2"
17   },
18   "source_files": [
19     "**/CHSimpleUISDK/**/*.{swift,h,m}"
20   ],
21   "platforms": {
22     "ios": "10"
23   },
24   "dependencies": {
25     "SnapKit": [
27     ]
28   },
29   "swift_versions": "5.0",
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": "**/CHSimpleUISDK/Base/*.{swift,h,m}",
34       "resource_bundles": {
35         "CHSimpleBundle": [
36           "**/CHSimpleUISDK/CHSimpleBundle.bundle/*"
37         ]
38       }
39     },
40     {
41       "name": "CommonUI",
42       "source_files": "**/CHSimpleUISDK/CommonUI/*.{swift,h,m}",
43       "dependencies": {
44         "SnapKit": [
46         ],
47         "CHSimpleUI/Base": [
49         ]
50       }
51     },
52     {
53       "name": "Alert",
54       "source_files": [
55         "**/CHSimpleUISDK/Alert/*.{swift,h,m}"
56       ],
57       "dependencies": {
58         "SnapKit": [
60         ],
61         "CHSimpleUI/Base": [
63         ],
64         "CHSimpleUI/CommonUI": [
66         ]
67       }
68     },
69     {
70       "name": "Button",
71       "source_files": "**/CHSimpleUISDK/Button/*.{swift,h,m}"
72     },
73     {
74       "name": "ToolUtils",
75       "source_files": "**/CHSimpleUISDK/ToolUtils/*.{swift,h,m}"
76     },
77     {
78       "name": "Categery",
79       "source_files": "**/CHSimpleUISDK/Categery/*.{swift,h,m}"
80     },
81     {
82       "name": "Search",
83       "source_files": "**/CHSimpleUISDK/Search/*.{swift,h,m}",
84       "dependencies": {
85         "CHSimpleUI/Base": [
87         ]
88       }
89     },
90     {
91       "name": "Location",
92       "source_files": "**/CHSimpleUISDK/Location/*.{swift,h,m}"
93     },
94     {
95       "name": "CHKeyBoard",
96       "dependencies": {
97         "SnapKit": [
99         ],
100         "CHSimpleUI/Base": [
102         ]
103       },
104       "source_files": [
105         "**/CHSimpleUISDK/CHKeyBoard/*.{swift,h,m}"
106       ]
107     },
108     {
109       "name": "Signature",
110       "source_files": [
111         "**/CHSimpleUISDK/Signature/*.{swift,h,m}"
112       ]
113     },
114     {
115       "name": "Loading",
116       "source_files": [
117         "**/CHSimpleUISDK/Loading/*.{swift,h,m}"
118       ]
119     },
120     {
121       "name": "QRCode",
122       "source_files": [
123         "**/CHSimpleUISDK/QRCode/*.{swift,h,m}"
124       ]
125     },
126     {
127       "name": "Tabbar",
128       "source_files": [
129         "**/CHSimpleUISDK/Tabbar/*.{swift,h,m}"
130       ],
131       "dependencies": {
132         "CHSimpleUI/Categery": [
134         ]
135       }
136     },
137     {
138       "name": "Device",
139       "source_files": [
140         "**/CHSimpleUISDK/Device/*.{swift,h,m}"
141       ]
142     },
143     {
144       "name": "SelectAllCell",
145       "source_files": [
146         "**/CHSimpleUISDK/SelectAllCell/*.{swift,h,m}"
147       ],
148       "dependencies": {
149         "CHSimpleUI/Base": [
151         ],
152         "CHSimpleUI/Button": [
154         ]
155       }
156     }
157   ],
158   "swift_version": "5.0"