[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 8 / CHSimpleUI / 1.3.4 / CHSimpleUI.podspec.json
blob7fe5aea1cd28b9589aeb277e42194aa284545f01
2   "name": "CHSimpleUI",
3   "version": "1.3.4",
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.4"
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   "resource_bundles": {
29     "CHTestBundle": [
30       "**/CHSimpleUISDK/*"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Base",
36       "source_files": "**/CHSimpleUISDK/Base/*.{swift,h,m}"
37     },
38     {
39       "name": "CommonUI",
40       "source_files": "**/CHSimpleUISDK/CommonUI/*.{swift,h,m}",
41       "dependencies": {
42         "SnapKit": [
44         ]
45       }
46     },
47     {
48       "name": "Alert",
49       "source_files": [
50         "**/CHSimpleUISDK/Alert/*.{swift,h,m}",
51         "**/CHSimpleUISDK/CommonUI/CHKeyBoardView.{swift,h,m}"
52       ],
53       "dependencies": {
54         "SnapKit": [
56         ]
57       }
58     },
59     {
60       "name": "Button",
61       "source_files": "**/CHSimpleUISDK/Button/*.{swift,h,m}"
62     },
63     {
64       "name": "ToolUtils",
65       "source_files": "**/CHSimpleUISDK/ToolUtils/*.{swift,h,m}"
66     },
67     {
68       "name": "Categery",
69       "source_files": "**/CHSimpleUISDK/Categery/*.{swift,h,m}"
70     },
71     {
72       "name": "Search",
73       "source_files": "**/CHSimpleUISDK/Search/*.{swift,h,m}"
74     },
75     {
76       "name": "Location",
77       "source_files": "**/CHSimpleUISDK/Location/*.{swift,h,m}"
78     },
79     {
80       "name": "CHKeyBoard",
81       "dependencies": {
82         "SnapKit": [
84         ]
85       },
86       "source_files": [
87         "**/CHSimpleUISDK/CHKeyBoard/*.{swift,h,m}",
88         "**/CHSimpleUISDK/Base/CHBundle.{swift,h,m}"
89       ],
90       "resource_bundles": {
91         "CHSimpleBundle": [
92           "**/CHSimpleUISDK/CHSimpleBundle.bundle"
93         ]
94       }
95     }
96   ],
97   "swift_version": "5.0"