[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.0.0 / DDSocial.podspec.json
blob90288ed9d20d831498b1a04dbe6b79145925b5c0
2   "name": "DDSocial",
3   "version": "1.0.0",
4   "summary": "A share auth wheels based on the official library content wecaht sina tencent facebook twitter 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.0.0"
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.10.0"
94         ],
95         "FBSDKShareKit": [
96           "~> 4.10.0"
97         ],
98         "DDSocial/Core": [
100         ]
101       }
102     },
103     {
104       "name": "Twitter",
105       "source_files": "DDSocial/Twitter/*.{h,m}",
106       "dependencies": {
107         "TwitterKit": [
108           "~> 1.15.1"
109         ],
110         "DDSocial/Core": [
112         ]
113       }
114     },
115     {
116       "name": "MI",
117       "dependencies": {
118         "DDMISDK": [
119           "~> 1.0.1"
120         ]
121       }
122     },
123     {
124       "name": "Share",
125       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
126       "dependencies": {
127         "DDSocial/Tencent": [
129         ],
130         "DDSocial/Wechat": [
132         ],
133         "DDSocial/Sina": [
135         ],
136         "DDSocial/Facebook": [
138         ],
139         "DDSocial/Twitter": [
141         ]
142       }
143     },
144     {
145       "name": "Auth",
146       "source_files": "DDSocial/Handler/DDSocialAuthHandler.{h,m}",
147       "dependencies": {
148         "DDSocial/MI": [
150         ],
151         "DDSocial/Share": [
153         ]
154       }
155     }
156   ]