[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 7 / 2 / CCLTIMSDK / 0.0.3 / CCLTIMSDK.podspec.json
blobafff85a63d000a953f3a15c30a56551bda5a6f1a
2   "name": "CCLTIMSDK",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "腾讯云通SDK合集",
9   "authors": {
10     "BY": "gushaokui"
11   },
12   "homepage": "http://192.168.110.22/Pods/CCLTIMSDK",
13   "source": {
14     "git": "http://192.168.110.22/Pods/CCLTIMSDK.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "SystemConfiguration",
23     "CoreTelephony",
24     "UIKit",
25     "Foundation",
26     "VideoToolbox",
27     "AVFoundation",
28     "CoreMedia"
29   ],
30   "libraries": [
31     "c++",
32     "sqlite3",
33     "stdc++",
34     "z",
35     "iconv",
36     "resolv"
37   ],
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC"
40   },
41   "default_subspecs": [
42     "Base",
43     "Message",
44     "Group",
45     "Friendship",
46     "QALHttp",
47     "TXRTMP",
48     "UGC"
49   ],
50   "subspecs": [
51     {
52       "name": "Base",
53       "vendored_frameworks": [
54         "CCLTIMSDK/ImSDK.framework",
55         "CCLTIMSDK/QALSDK.framework",
56         "CCLTIMSDK/TLSSDK.framework"
57       ]
58     },
59     {
60       "name": "Message",
61       "vendored_frameworks": "CCLTIMSDK/IMMessageExt.framework",
62       "dependencies": {
63         "CCLTIMSDK/Base": [
65         ]
66       }
67     },
68     {
69       "name": "Group",
70       "vendored_frameworks": "CCLTIMSDK/IMGroupExt.framework",
71       "dependencies": {
72         "CCLTIMSDK/Base": [
74         ],
75         "CCLTIMSDK/Message": [
77         ]
78       }
79     },
80     {
81       "name": "Friendship",
82       "vendored_frameworks": "CCLTIMSDK/IMFriendshipExt.framework",
83       "dependencies": {
84         "CCLTIMSDK/Base": [
86         ],
87         "CCLTIMSDK/Message": [
89         ]
90       }
91     },
92     {
93       "name": "QALHttp",
94       "vendored_frameworks": "CCLTIMSDK/QALHttpSDK.framework",
95       "dependencies": {
96         "CCLTIMSDK/Base": [
98         ]
99       }
100     },
101     {
102       "name": "TXRTMP",
103       "vendored_frameworks": "CCLTIMSDK/TXRTMPSDK.framework"
104     },
105     {
106       "name": "UGC",
107       "vendored_frameworks": "CCLTIMSDK/IMUGCExt.framework",
108       "dependencies": {
109         "CCLTIMSDK/Friendship": [
111         ],
112         "CCLTIMSDK/TXRTMP": [
114         ]
115       }
116     }
117   ]