[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / f / 5 / IM_iOS_SDK / 3.3.2 / IM_iOS_SDK.podspec.json
blob807133c8baf54998c395c48862c106feb9c94eb6
2   "name": "IM_iOS_SDK",
3   "version": "3.3.2",
4   "summary": "Tencent QCloud IM SDK for iOS.",
5   "homepage": "https://code.mcooly.com/ebeitech/IM_iOS_SDK",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright ©2013-2018 Qcloud.com"
9   },
10   "authors": {
11     "WeiXuG": "weixug@mcooly.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://code.mcooly.com/ebeitech/IM_iOS_SDK.git",
18     "tag": "3.3.2"
19   },
20   "frameworks": [
21     "CoreTelephony",
22     "SystemConfiguration",
23     "Foundation"
24   ],
25   "libraries": [
26     "c++",
27     "z",
28     "sqlite3",
29     "stdc++.6"
30   ],
31   "default_subspecs": [
32     "Base",
33     "Ext",
34     "Bugly"
35   ],
36   "requires_arc": true,
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC"
39   },
40   "subspecs": [
41     {
42       "name": "Base",
43       "vendored_frameworks": [
44         "ImSDK.framework",
45         "QALSDK.framework",
46         "TLSSDK.framework"
47       ]
48     },
49     {
50       "name": "Ext",
51       "vendored_frameworks": "IMMessageExt.framework",
52       "dependencies": {
53         "IM_iOS_SDK/Base": [
55         ]
56       }
57     },
58     {
59       "name": "Bugly",
60       "vendored_frameworks": "IMSDKBugly.framework",
61       "dependencies": {
62         "IM_iOS_SDK/Base": [
64         ]
65       }
66     }
67   ]