[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / 1 / SocialSDK / 0.0.1 / SocialSDK.podspec.json
blobbd701f5a808caead0596de2df7408ec898e00af5
2   "name": "SocialSDK",
3   "version": "0.0.1",
4   "summary": "SocialSDK SDK 0.0.1 for iOS",
5   "homepage": "https://github.com/GagSquad/SocialSDK",
6   "authors": {
7     "itlijunjie@gmail.com": "https://github.com/itlijunjie",
8     "LVJIALIN": "https://github.com/LVJIALIN"
9   },
10   "license": {
11     "type": "WTFPL",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/GagSquad/SocialSDK.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TencentOpenApiSDK",
25       "vendored_frameworks": "SDK/TencentOpenApi/TencentOpenAPI.framework",
26       "resources": "SDK/TencentOpenApi/TencentOpenApi_IOS_Bundle.bundle",
27       "xcconfig": {
28         "OTHER_LDFLAGS": "$(inherited) -lz -lsqlite3 -liconv -lstdc++ -framework \"SystemConfiguration\" -framework \"CoreTelephony\""
29       }
30     },
31     {
32       "name": "WeiboSDK",
33       "source_files": "SDK/libWeiboSDK/*.{h,m}",
34       "vendored_libraries": "SDK/libWeiboSDK/libWeiboSDK.a",
35       "resources": "SDK/libWeiboSDK/WeiboSDK.bundle",
36       "frameworks": [
37         "ImageIO",
38         "SystemConfiguration",
39         "CoreText",
40         "QuartzCore",
41         "Security",
42         "UIKit",
43         "Foundation",
44         "CoreGraphics",
45         "CoreTelephony"
46       ],
47       "libraries": [
48         "sqlite3",
49         "z"
50       ]
51     },
52     {
53       "name": "WeChatSDK",
54       "source_files": "SDK/WeChatSDK/*.{h,m}",
55       "vendored_libraries": "SDK/WeChatSDK/libWeChatSDK.a",
56       "frameworks": [
57         "Foundation",
58         "SystemConfiguration",
59         "CoreTelephony",
60         "CFNetwork"
61       ],
62       "libraries": [
63         "z",
64         "c++",
65         "sqlite3"
66       ]
67     },
68     {
69       "name": "Core",
70       "source_files": [
71         "SocialSDK/Classes/Core/Logger/**/*.{h,m}",
72         "SocialSDK/Classes/Core/Util/**/*.{h,m}",
73         "SocialSDK/Classes/Core/PlatformParamConfig/Base/**/*.{h,m}"
74       ],
75       "resources": "SocialSDK/Rrources/GSSocialSDKResources.bundle",
76       "public_header_files": [
77         "SocialSDK/Classes/Core/Logger/**/*.h",
78         "SocialSDK/Classes/Core/Util/**/*.h",
79         "SocialSDK/Classes/Core/PlatformParamConfig/Base/**/*.h"
80       ]
81     },
82     {
83       "name": "UI",
84       "source_files": "SocialSDK/Classes/UI/**/*.{h,m}",
85       "public_header_files": "SocialSDK/Classes/UI/**/*.h",
86       "dependencies": {
87         "SocialSDK/Core": [
89         ]
90       }
91     },
92     {
93       "name": "QQPlatformParamConfig",
94       "source_files": "SocialSDK/Classes/Core/PlatformParamConfig/QQ/**/*.{h,m}",
95       "public_header_files": "SocialSDK/Classes/Core/PlatformParamConfig/QQ/**/*.h",
96       "dependencies": {
97         "SocialSDK/TencentOpenApiSDK": [
99         ],
100         "SocialSDK/Core": [
102         ]
103       }
104     },
105     {
106       "name": "SinaPlatformParamConfig",
107       "source_files": "SocialSDK/Classes/Core/PlatformParamConfig/Sina/**/*.{h,m}",
108       "public_header_files": "SocialSDK/Classes/Core/PlatformParamConfig/Sina/**/*.h",
109       "dependencies": {
110         "SocialSDK/WeiboSDK": [
112         ],
113         "SocialSDK/Core": [
115         ]
116       }
117     },
118     {
119       "name": "WeChatPlatformParamConfig",
120       "source_files": "SocialSDK/Classes/Core/PlatformParamConfig/WeChat/**/*.{h,m}",
121       "public_header_files": "SocialSDK/Classes/Core/PlatformParamConfig/WeChat/**/*.h",
122       "dependencies": {
123         "SocialSDK/WeChatSDK": [
125         ],
126         "SocialSDK/Core": [
128         ]
129       }
130     },
131     {
132       "name": "ShareBase",
133       "source_files": "SocialSDK/Classes/Share/Base/**/*.{h,m,mm}",
134       "public_header_files": "SocialSDK/Classes/Share/Base/**/*.h",
135       "dependencies": {
136         "SocialSDK/Core": [
138         ]
139       }
140     },
141     {
142       "name": "QQShare",
143       "source_files": "SocialSDK/Classes/Share/QQ/**/*.{h,m}",
144       "public_header_files": "SocialSDK/Classes/Share/QQ/**/*.h",
145       "dependencies": {
146         "SocialSDK/QQPlatformParamConfig": [
148         ],
149         "SocialSDK/ShareBase": [
151         ]
152       }
153     },
154     {
155       "name": "QzoneShare",
156       "source_files": "SocialSDK/Classes/Share/Qzone/**/*.{h,m}",
157       "public_header_files": "SocialSDK/Classes/Share/Qzone/**/*.h",
158       "dependencies": {
159         "SocialSDK/QQPlatformParamConfig": [
161         ],
162         "SocialSDK/ShareBase": [
164         ]
165       }
166     },
167     {
168       "name": "SinaShare",
169       "source_files": "SocialSDK/Classes/Share/Sina/**/*.{h,m}",
170       "public_header_files": "SocialSDK/Classes/Share/Sina/**/*.h",
171       "dependencies": {
172         "SocialSDK/SinaPlatformParamConfig": [
174         ],
175         "SocialSDK/ShareBase": [
177         ]
178       }
179     },
180     {
181       "name": "WeChatSessionShare",
182       "source_files": "SocialSDK/Classes/Share/WeChatSession/**/*.{h,m}",
183       "public_header_files": "SocialSDK/Classes/Share/WeChatSession/**/*.h",
184       "dependencies": {
185         "SocialSDK/WeChatPlatformParamConfig": [
187         ],
188         "SocialSDK/ShareBase": [
190         ]
191       }
192     },
193     {
194       "name": "WeChatTimeLineShare",
195       "source_files": "SocialSDK/Classes/Share/WeChatTimeLine/**/*.{h,m}",
196       "public_header_files": "SocialSDK/Classes/Share/WeChatTimeLine/**/*.h",
197       "dependencies": {
198         "SocialSDK/WeChatPlatformParamConfig": [
200         ],
201         "SocialSDK/ShareBase": [
203         ]
204       }
205     },
206     {
207       "name": "LoginBase",
208       "source_files": "SocialSDK/Classes/Login/Base/**/*.{h,m,mm}",
209       "public_header_files": "SocialSDK/Classes/Login/Base/**/*.h",
210       "dependencies": {
211         "SocialSDK/Core": [
213         ]
214       }
215     },
216     {
217       "name": "QQLogin",
218       "source_files": "SocialSDK/Classes/Login/QQ/**/*.{h,m}",
219       "public_header_files": "SocialSDK/Classes/Login/QQ/**/*.h",
220       "dependencies": {
221         "SocialSDK/QQPlatformParamConfig": [
223         ],
224         "SocialSDK/LoginBase": [
226         ]
227       }
228     },
229     {
230       "name": "SinaLogin",
231       "source_files": "SocialSDK/Classes/Login/Sina/**/*.{h,m}",
232       "public_header_files": "SocialSDK/Classes/Login/Sina/**/*.h",
233       "dependencies": {
234         "SocialSDK/SinaPlatformParamConfig": [
236         ],
237         "SocialSDK/LoginBase": [
239         ]
240       }
241     },
242     {
243       "name": "WeChatLogin",
244       "source_files": "SocialSDK/Classes/Login/WeChat/**/*.{h,m}",
245       "public_header_files": "SocialSDK/Classes/Login/WeChat/**/*.h",
246       "dependencies": {
247         "SocialSDK/WeChatPlatformParamConfig": [
249         ],
250         "SocialSDK/LoginBase": [
252         ]
253       }
254     }
255   ]