[Add] unicocheck-ios 2.16.5
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.2.5 / DDSocial.podspec.json
blob8899c7e3a2d50954df1219840ec1fd88121d5f03
2   "name": "DDSocial",
3   "version": "1.2.5",
4   "summary": "A share auth wheels based on the official library content wecaht sina tencent facebook twitter google mi",
5   "homepage": "https://github.com/393385724/DDSocial",
6   "license": "MIT",
7   "authors": {
8     "llg": "393385724@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/393385724/DDSocial.git",
12     "tag": "1.2.5"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "DDSocial/Core/*.{h,m}",
22       "frameworks": [
23         "Foundation",
24         "UIKit",
25         "Accelerate"
26       ]
27     },
28     {
29       "name": "Tencent",
30       "source_files": "DDSocial/Tencent/Handler/*.{h,m}",
31       "ios": {
32         "vendored_frameworks": "DDSocial/Tencent/TencentSDK/*.framework"
33       },
34       "resources": "DDSocial/Tencent/TencentSDK/*.bundle",
35       "libraries": [
36         "z",
37         "sqlite3",
38         "stdc++",
39         "iconv"
40       ],
41       "frameworks": [
42         "SystemConfiguration",
43         "CoreGraphics",
44         "CoreTelephony",
45         "Security"
46       ],
47       "dependencies": {
48         "DDSocial/Core": [
50         ]
51       }
52     },
53     {
54       "name": "Wechat",
55       "source_files": [
56         "DDSocial/Wechat/Handler/*.{h,m}",
57         "DDSocial/Wechat/WeChatSDK/*.h"
58       ],
59       "ios": {
60         "vendored_libraries": "DDSocial/Wechat/WeChatSDK/*.a"
61       },
62       "libraries": [
63         "z",
64         "sqlite3",
65         "stdc++"
66       ],
67       "frameworks": [
68         "SystemConfiguration",
69         "CoreTelephony"
70       ],
71       "dependencies": {
72         "DDSocial/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Sina",
79       "source_files": "DDSocial/Sina/*.{h,m}",
80       "dependencies": {
81         "WeiboSDK": [
82           "~> 3.1.3"
83         ],
84         "DDSocial/Core": [
86         ]
87       }
88     },
89     {
90       "name": "Facebook",
91       "source_files": "DDSocial/Facebook/*.{h,m}",
92       "dependencies": {
93         "FBSDKLoginKit": [
94           "~> 4.12.0"
95         ],
96         "FBSDKShareKit": [
97           "~> 4.12.0"
98         ],
99         "DDSocial/Core": [
101         ]
102       }
103     },
104     {
105       "name": "Twitter",
106       "source_files": "DDSocial/Twitter/*.{h,m}",
107       "xcconfig": {
108         "CLANG_ENABLE_MODULES": "NO"
109       },
110       "dependencies": {
111         "TwitterKit": [
112           "~> 1.15.3"
113         ],
114         "DDSocial/Core": [
116         ]
117       }
118     },
119     {
120       "name": "MiLiao",
121       "source_files": "DDSocial/MiLiao/Handler/*.{h,m}",
122       "ios": {
123         "vendored_frameworks": "DDSocial/MiLiao/MiLiaoSDK/*.framework"
124       },
125       "dependencies": {
126         "DDSocial/Core": [
128         ]
129       }
130     },
131     {
132       "name": "MI",
133       "source_files": "DDSocial/MI/**/*.{h,m}",
134       "ios": {
135         "vendored_frameworks": "DDSocial/MI/Resources/*.framework"
136       },
137       "resources": "DDSocial/MI/Resources/*.bundle",
138       "xcconfig": {
139         "ENABLE_BITCODE": "NO"
140       },
141       "libraries": "stdc++",
142       "dependencies": {
143         "DDSocial/Core": [
145         ],
146         "TTTAttributedLabel": [
147           "~> 1.13.4"
148         ]
149       }
150     },
151     {
152       "name": "Google",
153       "source_files": "DDSocial/Google/*.{h,m}",
154       "dependencies": {
155         "Google/SignIn": [
156           "~> 3.0.3"
157         ],
158         "DDSocial/Core": [
160         ]
161       }
162     },
163     {
164       "name": "Share",
165       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
166       "dependencies": {
167         "DDSocial/Core": [
169         ]
170       }
171     }
172   ]