[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 8 / CHSimpleUI / 1.3.6 / CHSimpleUI.podspec.json
blobdb42f931e4eda91fb49b205011059ea172537887
2   "name": "CHSimpleUI",
3   "version": "1.3.6",
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.3.6"
17   },
18   "source_files": [
19     "**/CHSimpleUISDK/**/*.{swift,h,m}"
20   ],
21   "resource_bundles": {
22     "CHSimpleBundle": [
23       "**/CHSimpleUISDK/CHSimpleBundle.bundle/*"
24     ]
25   },
26   "platforms": {
27     "ios": "10"
28   },
29   "dependencies": {
30     "SnapKit": [
32     ]
33   },
34   "swift_versions": "5.0",
35   "subspecs": [
36     {
37       "name": "Base",
38       "source_files": "**/CHSimpleUISDK/Base/*.{swift,h,m}"
39     },
40     {
41       "name": "CommonUI",
42       "source_files": "**/CHSimpleUISDK/CommonUI/*.{swift,h,m}",
43       "dependencies": {
44         "SnapKit": [
46         ]
47       }
48     },
49     {
50       "name": "Alert",
51       "source_files": [
52         "**/CHSimpleUISDK/Alert/*.{swift,h,m}",
53         "**/CHSimpleUISDK/CommonUI/CHKeyBoardView.{swift,h,m}"
54       ],
55       "dependencies": {
56         "SnapKit": [
58         ]
59       }
60     },
61     {
62       "name": "Button",
63       "source_files": "**/CHSimpleUISDK/Button/*.{swift,h,m}"
64     },
65     {
66       "name": "ToolUtils",
67       "source_files": "**/CHSimpleUISDK/ToolUtils/*.{swift,h,m}"
68     },
69     {
70       "name": "Categery",
71       "source_files": "**/CHSimpleUISDK/Categery/*.{swift,h,m}"
72     },
73     {
74       "name": "Search",
75       "source_files": "**/CHSimpleUISDK/Search/*.{swift,h,m}",
76       "dependencies": {
77         "CHSimpleUI/Base": [
79         ]
80       }
81     },
82     {
83       "name": "Location",
84       "source_files": "**/CHSimpleUISDK/Location/*.{swift,h,m}"
85     },
86     {
87       "name": "CHKeyBoard",
88       "dependencies": {
89         "SnapKit": [
91         ],
92         "CHSimpleUI/Base": [
94         ]
95       },
96       "source_files": [
97         "**/CHSimpleUISDK/CHKeyBoard/*.{swift,h,m}"
98       ]
99     }
100   ],
101   "swift_version": "5.0"