[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / b / a / OpenIMSDK / 3.8.1+1 / OpenIMSDK.podspec.json
blobe44c2af27e42f1199b877de54a6025a0c085e344
2   "name": "OpenIMSDK",
3   "version": "3.8.1+1",
4   "summary": "Open-IM-SDK",
5   "description": "An OpenIM SDK in Objective-C for iOS",
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.8.1+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   "libraries": "resolv",
30   "frameworks": "SystemConfiguration",
31   "static_framework": true,
32   "dependencies": {
33     "OpenIMSDKCore": [
34       "3.8.1"
35     ],
36     "MJExtension": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Utils",
43       "source_files": "OpenIMSDK/Utils/*.{h,m}"
44     },
45     {
46       "name": "CallbackProxy",
47       "dependencies": {
48         "OpenIMSDK/Utils": [
50         ]
51       },
52       "source_files": "OpenIMSDK/CallbackProxy/*.{h,m}"
53     },
54     {
55       "name": "Model",
56       "dependencies": {
57         "OpenIMSDK/Utils": [
59         ]
60       },
61       "source_files": "OpenIMSDK/Model/*.{h,m}"
62     },
63     {
64       "name": "Interface",
65       "dependencies": {
66         "OpenIMSDK/Model": [
68         ],
69         "OpenIMSDK/CallbackProxy": [
71         ],
72         "OpenIMSDK/Callbacker": [
74         ]
75       },
76       "source_files": "OpenIMSDK/Interface/*.{h,m}"
77     },
78     {
79       "name": "Callbacker",
80       "dependencies": {
81         "OpenIMSDK/Model": [
83         ],
84         "OpenIMSDK/Utils": [
86         ]
87       },
88       "source_files": "OpenIMSDK/Callbacker/*.{h,m}"
89     }
90   ]