[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 8 / CHSimpleUI / 1.2.3 / CHSimpleUI.podspec.json
blob984a0c7fc525e16b8aa096fc6339fb9bc528f586
2   "name": "CHSimpleUI",
3   "version": "1.2.3",
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.2.3"
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": "CommonUI",
31       "source_files": "**/CHSimpleUISDK/CommonUI/*.{swift,h,m}",
32       "dependencies": {
33         "SnapKit": [
35         ]
36       }
37     },
38     {
39       "name": "Alert",
40       "source_files": [
41         "**/CHSimpleUISDK/Alert/*.{swift,h,m}",
42         "**/CHSimpleUISDK/CommonUI/CHKeyBoardView.{swift,h,m}"
43       ],
44       "dependencies": {
45         "SnapKit": [
47         ]
48       }
49     },
50     {
51       "name": "Button",
52       "source_files": "**/CHSimpleUISDK/Button/*.{swift,h,m}"
53     },
54     {
55       "name": "ToolUtils",
56       "source_files": "**/CHSimpleUISDK/ToolUtils/*.{swift,h,m}"
57     },
58     {
59       "name": "Categery",
60       "source_files": "**/CHSimpleUISDK/Categery/*.{swift,h,m}"
61     },
62     {
63       "name": "Search",
64       "source_files": "**/CHSimpleUISDK/Search/*.{swift,h,m}"
65     }
66   ],
67   "swift_version": "5.0"