[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 7 / WZIM / 1.0.3 / WZIM.podspec.json
blob7399645b9d0bee9421b381a6f344e3ce91b2284e
2   "name": "WZIM",
3   "version": "1.0.3",
4   "summary": "IM组件框架~",
5   "description": "我主IM依赖库",
6   "homepage": "https://github.com/WZLYiOS/WZIM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qiuqixiang": "739140860@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/WZLYiOS/WZIM.git",
16     "tag": "1.0.3"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "armv7 armv7s arm64 x86_64"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "WZIM/Classes/TIM/*",
33         "WZIM/Classes/EM/*",
34         "WZIM/Classes/UI/*",
35         "WZIM/Classes/Procotol/*"
36       ],
37       "dependencies": {
38         "TXIMSDK_iOS": [
39           "~> 4.9.1"
40         ],
41         "HyphenateLite": [
42           "~> 3.7.0"
43         ],
44         "SnapKit": [
45           "~> 5.0.1"
46         ]
47       }
48     },
49     {
50       "name": "Procotol",
51       "source_files": "WZIM/Classes/Procotol/*"
52     },
53     {
54       "name": "UI",
55       "source_files": [
56         "WZIM/Classes/UI/*",
57         "WZIM/Classes/Procotol/*"
58       ],
59       "dependencies": {
60         "SnapKit": [
61           "~> 5.0.1"
62         ]
63       }
64     },
65     {
66       "name": "TIM",
67       "source_files": [
68         "WZIM/Classes/TIM/*",
69         "WZIM/Classes/Procotol/*"
70       ],
71       "dependencies": {
72         "TXIMSDK_iOS": [
73           "~> 4.9.1"
74         ]
75       }
76     },
77     {
78       "name": "EM",
79       "source_files": [
80         "WZIM/Classes/EM/*",
81         "WZIM/Classes/Procotol/*"
82       ],
83       "dependencies": {
84         "HyphenateLite": [
85           "~> 3.7.0"
86         ]
87       }
88     }
89   ],
90   "swift_version": "5.0"