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