[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 8 / b / a / OpenIMSDK / 3.0.0-e / OpenIMSDK.podspec.json
blobb7207c1573853f52145b8f2fc2d4ba78bc40b3e3
2   "name": "OpenIMSDK",
3   "version": "3.0.0-e",
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": "3.0.0-e"
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   "frameworks": "SystemConfiguration",
30   "static_framework": true,
31   "dependencies": {
32     "OpenIMSDKCore": [
33       "3.0.0-e"
34     ],
35     "MJExtension": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Utils",
42       "source_files": "OpenIMSDK/Utils/*.{h,m}"
43     },
44     {
45       "name": "CallbackProxy",
46       "dependencies": {
47         "OpenIMSDK/Utils": [
49         ]
50       },
51       "source_files": "OpenIMSDK/CallbackProxy/*.{h,m}"
52     },
53     {
54       "name": "Model",
55       "dependencies": {
56         "OpenIMSDK/Utils": [
58         ]
59       },
60       "source_files": "OpenIMSDK/Model/*.{h,m}"
61     },
62     {
63       "name": "Interface",
64       "dependencies": {
65         "OpenIMSDK/Model": [
67         ],
68         "OpenIMSDK/CallbackProxy": [
70         ],
71         "OpenIMSDK/Callbacker": [
73         ]
74       },
75       "source_files": "OpenIMSDK/Interface/*.{h,m}"
76     },
77     {
78       "name": "Callbacker",
79       "dependencies": {
80         "OpenIMSDK/Model": [
82         ],
83         "OpenIMSDK/Utils": [
85         ]
86       },
87       "source_files": "OpenIMSDK/Callbacker/*.{h,m}"
88     }
89   ]