[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 1 / CYCommon / 0.2.0 / CYCommon.podspec.json
blobb9287db0fa2b1b7bedb55973c9f623e0ee7e6ebf
2   "name": "CYCommon",
3   "version": "0.2.0",
4   "summary": "次元空间iOS的组件化建设仓库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhongerxuezhang/CYCommon.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jiangtaishan": "18996185408@163.com"
13   },
14   "source": {
15     "git": "git@github.com:zhongerxuezhang/CYCommon.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "resource_bundles": {
27     "CYCommon": [
28       "CYCommon/Assets/*.{xcassets}"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "CYBaseCommon",
34       "source_files": "CYCommon/Classes/CYBaseCommon/*"
35     },
36     {
37       "name": "ProgressHUD",
38       "source_files": "CYCommon/Classes/ProgressHUD/*",
39       "dependencies": {
40         "CYCommon/CYBaseCommon": [
42         ]
43       }
44     },
45     {
46       "name": "CYCommonRouter",
47       "source_files": "CYCommon/Classes/CYCommonRouter/*",
48       "dependencies": {
49         "CYCommon/CYBaseCommon": [
51         ]
52       }
53     },
54     {
55       "name": "CYCommonBridge",
56       "source_files": "CYCommon/Classes/CYCommonBridge/**/*",
57       "dependencies": {
58         "CYCommon/CYBaseCommon": [
60         ]
61       }
62     },
63     {
64       "name": "CYCommonView",
65       "source_files": "CYCommon/Classes/CYCommonView/*",
66       "dependencies": {
67         "CYCommon/CYBaseCommon": [
69         ]
70       }
71     },
72     {
73       "name": "CYCommonAlert",
74       "source_files": "CYCommon/Classes/CYCommonAlert/*",
75       "dependencies": {
76         "CYCommon/CYBaseCommon": [
78         ]
79       }
80     },
81     {
82       "name": "CYCommonShare",
83       "source_files": "CYCommon/Classes/CYCommonShare/*",
84       "dependencies": {
85         "UMCommon": [
86           "~> 7.4.1"
87         ],
88         "UMDevice": [
89           "~> 3.1.0"
90         ],
91         "UMShare/Social/WeChat": [
92           "~> 6.10.7"
93         ],
94         "UMShare/Social/Sina": [
95           "~> 6.10.7"
96         ],
97         "UMShare/Social/QQ": [
98           "~> 6.10.7"
99         ],
100         "UMVerify": [
101           "~> 2.7.0"
102         ],
103         "CYCommon/CYBaseCommon": [
105         ],
106         "CYCommon/CYCommonAlert": [
108         ],
109         "CYCommon/ProgressHUD": [
111         ]
112       }
113     }
114   ],
115   "swift_version": "5.0"