[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / b / a / OpenIMSDK / 2.0.7+2 / OpenIMSDK.podspec.json
blob68fd4daf6949f49ef88526309222209919c23f61
2   "name": "OpenIMSDK",
3   "version": "2.0.7+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.7+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     "DEFINES_MODULE": "YES"
28   },
29   "dependencies": {
30     "OpenIMSDKCore": [
32     ],
33     "MJExtension": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Utils",
40       "source_files": "OpenIMSDK/Utils/*.{h,m}"
41     },
42     {
43       "name": "Callback",
44       "dependencies": {
45         "OpenIMSDK/Utils": [
47         ]
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       "source_files": "OpenIMSDK/Callbacker/*.{h,m}"
86     }
87   ]