[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / a / OpenIMSDK / 2.0.2 / OpenIMSDK.podspec.json
blob3519e619c2f3195da39503a52d792707b286ef7d
2   "name": "OpenIMSDK",
3   "version": "2.0.2",
4   "summary": "Open-IM-SDK",
5   "description": "OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,iOS版本IM SDK 可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。",
6   "homepage": "https://github.com/OpenIMSDK/Open-IM-SDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OpenIM": "https://github.com/OpenIMSDK/Open-IM-SDK-iOS"
13   },
14   "source": {
15     "git": "https://github.com/OpenIMSDK/Open-IM-SDK-iOS",
16     "tag": "2.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "OpenIMSDK/OpenIMSDK.{h,m}",
22   "xcconfig": {
23     "VALID_ARCHS": "armv7s arm64 x86_64"
24   },
25   "pod_target_xcconfig": {
26     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
27   },
28   "vendored_frameworks": "Framework/*.xcframework",
29   "dependencies": {
30     "MJExtension": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Utils",
37       "source_files": "OpenIMSDK/Utils/*.{h,m}"
38     },
39     {
40       "name": "Callback",
41       "dependencies": {
42         "OpenIMSDK/Utils": [
44         ]
45       },
46       "vendored_frameworks": [
47         "Framework/*.xcframework"
48       ],
49       "source_files": "OpenIMSDK/Callback/*.{h,m}"
50     },
51     {
52       "name": "Model",
53       "dependencies": {
54         "OpenIMSDK/Utils": [
56         ]
57       },
58       "source_files": "OpenIMSDK/Model/*.{h,m}"
59     },
60     {
61       "name": "Interface",
62       "dependencies": {
63         "OpenIMSDK/Model": [
65         ],
66         "OpenIMSDK/Callback": [
68         ],
69         "OpenIMSDK/Callbacker": [
71         ]
72       },
73       "source_files": "OpenIMSDK/Interface/*.{h,m}"
74     },
75     {
76       "name": "Callbacker",
77       "dependencies": {
78         "OpenIMSDK/Model": [
80         ],
81         "OpenIMSDK/Utils": [
83         ]
84       },
85       "vendored_frameworks": [
86         "Framework/*.xcframework"
87       ],
88       "source_files": "OpenIMSDK/Callbacker/*.{h,m}"
89     }
90   ]