[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / a / OpenIMSDK / 2.3.2.1 / OpenIMSDK.podspec.json
blob4b56c70f1a9ba73a1150c4ff41cea1a716982e94
2   "name": "OpenIMSDK",
3   "version": "2.3.2.1",
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.git",
16     "tag": "2.3.2.1"
17   },
18   "platforms": {
19     "ios": "11.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     "DEFINES_MODULE": "YES"
28   },
29   "static_framework": true,
30   "dependencies": {
31     "OpenIMSDKCore": [
32       "2.3.2"
33     ],
34     "MJExtension": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Utils",
41       "source_files": "OpenIMSDK/Utils/*.{h,m}"
42     },
43     {
44       "name": "Callback",
45       "dependencies": {
46         "OpenIMSDK/Utils": [
48         ]
49       },
50       "source_files": "OpenIMSDK/Callback/*.{h,m}"
51     },
52     {
53       "name": "Model",
54       "dependencies": {
55         "OpenIMSDK/Utils": [
57         ]
58       },
59       "source_files": "OpenIMSDK/Model/*.{h,m}"
60     },
61     {
62       "name": "Interface",
63       "dependencies": {
64         "OpenIMSDK/Model": [
66         ],
67         "OpenIMSDK/Callback": [
69         ],
70         "OpenIMSDK/Callbacker": [
72         ]
73       },
74       "source_files": "OpenIMSDK/Interface/*.{h,m}"
75     },
76     {
77       "name": "Callbacker",
78       "dependencies": {
79         "OpenIMSDK/Model": [
81         ],
82         "OpenIMSDK/Utils": [
84         ]
85       },
86       "source_files": "OpenIMSDK/Callbacker/*.{h,m}"
87     }
88   ]