[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / 5 / 7 / WZIM / 1.1.1 / WZIM.podspec.json
blobde36263a124747ce2d97c5e83c37324585038166
2   "name": "WZIM",
3   "version": "1.1.1",
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.1.1"
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   "subspecs": [
28     {
29       "name": "Procotol",
30       "source_files": "WZIM/Classes/Procotol/*"
31     },
32     {
33       "name": "UI",
34       "source_files": "WZIM/Classes/UI/*",
35       "dependencies": {
36         "WZIM/Procotol": [
38         ],
39         "SnapKit": [
40           "~> 5.0.1"
41         ]
42       }
43     },
44     {
45       "name": "TIM",
46       "source_files": "WZIM/Classes/TIM/*",
47       "dependencies": {
48         "WZIM/Procotol": [
50         ],
51         "TXIMSDK_iOS": [
52           "~> 4.9.1"
53         ]
54       }
55     },
56     {
57       "name": "EM",
58       "source_files": "WZIM/Classes/EM/*",
59       "dependencies": {
60         "WZIM/Procotol": [
62         ],
63         "HyphenateLite": [
64           "~> 3.7.0"
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"