[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / e / 1 / CYCommon / 0.1.7 / CYCommon.podspec.json
blob429d49500b3e638ec98b6acf62c4f9f27a6b4902
2   "name": "CYCommon",
3   "version": "0.1.7",
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.1.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0"
24   ],
25   "subspecs": [
26     {
27       "name": "CYBaseCommon",
28       "source_files": "CYCommon/Classes/CYBaseCommon/*"
29     },
30     {
31       "name": "CYCommonRouter",
32       "source_files": "CYCommon/Classes/CYCommonRouter/*",
33       "dependencies": {
34         "CYCommon/CYBaseCommon": [
36         ]
37       }
38     },
39     {
40       "name": "CYCommonBridge",
41       "source_files": "CYCommon/Classes/CYCommonBridge/**/*",
42       "dependencies": {
43         "CYCommon/CYBaseCommon": [
45         ]
46       }
47     },
48     {
49       "name": "CYCommonView",
50       "source_files": "CYCommon/Classes/CYCommonView/*",
51       "dependencies": {
52         "CYCommon/CYBaseCommon": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"