[Add] unicocheck-ios 2.16.5
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.2.3 / DDSocial.podspec.json
blobe82cb47c1d276ef8970052d309fcb8f9ecaf4b7a
2   "name": "DDSocial",
3   "version": "1.2.3",
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.3"
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       ]
26     },
27     {
28       "name": "Tencent",
29       "source_files": "DDSocial/Tencent/Handler/*.{h,m}",
30       "ios": {
31         "vendored_frameworks": "DDSocial/Tencent/TencentSDK/*.framework"
32       },
33       "resources": "DDSocial/Tencent/TencentSDK/*.bundle",
34       "libraries": [
35         "z",
36         "sqlite3",
37         "stdc++",
38         "iconv"
39       ],
40       "frameworks": [
41         "SystemConfiguration",
42         "CoreGraphics",
43         "CoreTelephony",
44         "Security"
45       ],
46       "dependencies": {
47         "DDSocial/Core": [
49         ]
50       }
51     },
52     {
53       "name": "Wechat",
54       "source_files": [
55         "DDSocial/Wechat/Handler/*.{h,m}",
56         "DDSocial/Wechat/WeChatSDK/*.h"
57       ],
58       "ios": {
59         "vendored_libraries": "DDSocial/Wechat/WeChatSDK/*.a"
60       },
61       "libraries": [
62         "z",
63         "sqlite3",
64         "stdc++"
65       ],
66       "frameworks": [
67         "SystemConfiguration",
68         "CoreTelephony"
69       ],
70       "dependencies": {
71         "DDSocial/Core": [
73         ]
74       }
75     },
76     {
77       "name": "Sina",
78       "source_files": "DDSocial/Sina/*.{h,m}",
79       "dependencies": {
80         "WeiboSDK": [
81           "~> 3.1.3"
82         ],
83         "DDSocial/Core": [
85         ]
86       }
87     },
88     {
89       "name": "Facebook",
90       "source_files": "DDSocial/Facebook/*.{h,m}",
91       "dependencies": {
92         "FBSDKLoginKit": [
93           "~> 4.12.0"
94         ],
95         "FBSDKShareKit": [
96           "~> 4.12.0"
97         ],
98         "DDSocial/Core": [
100         ]
101       }
102     },
103     {
104       "name": "Twitter",
105       "source_files": "DDSocial/Twitter/*.{h,m}",
106       "xcconfig": {
107         "CLANG_ENABLE_MODULES": "NO"
108       },
109       "dependencies": {
110         "TwitterKit": [
111           "~> 1.15.3"
112         ],
113         "DDSocial/Core": [
115         ]
116       }
117     },
118     {
119       "name": "MiLiao",
120       "source_files": "DDSocial/MiLiao/Handler/*.{h,m}",
121       "ios": {
122         "vendored_frameworks": "DDSocial/MiLiao/MiLiaoSDK/*.framework"
123       },
124       "dependencies": {
125         "DDSocial/Core": [
127         ]
128       }
129     },
130     {
131       "name": "MI",
132       "source_files": "DDSocial/MI/**/*.{h,m}",
133       "ios": {
134         "vendored_frameworks": "DDSocial/MI/Resources/*.framework"
135       },
136       "resources": "DDSocial/MI/Resources/*.bundle",
137       "xcconfig": {
138         "ENABLE_BITCODE": "NO"
139       },
140       "libraries": "stdc++",
141       "dependencies": {
142         "DDSocial/Core": [
144         ],
145         "TTTAttributedLabel": [
146           "~> 1.13.4"
147         ]
148       }
149     },
150     {
151       "name": "Google",
152       "source_files": "DDSocial/Google/*.{h,m}",
153       "dependencies": {
154         "Google/SignIn": [
155           "~> 3.0.3"
156         ],
157         "DDSocial/Core": [
159         ]
160       }
161     },
162     {
163       "name": "Share",
164       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
165       "dependencies": {
166         "DDSocial/Core": [
168         ]
169       }
170     }
171   ]