[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.2.9 / DDSocial.podspec.json
blob0db3ea42ea483e32904b2d89346f93c248d17d53
2   "name": "DDSocial",
3   "version": "1.2.9",
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.9"
13   },
14   "platforms": {
15     "ios": "8.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": [
83         ],
84         "DDSocial/Core": [
86         ]
87       }
88     },
89     {
90       "name": "Facebook",
91       "source_files": "DDSocial/Facebook/*.{h,m}",
92       "dependencies": {
93         "FBSDKLoginKit": [
95         ],
96         "FBSDKShareKit": [
98         ],
99         "DDSocial/Core": [
101         ]
102       }
103     },
104     {
105       "name": "Twitter",
106       "source_files": "DDSocial/Twitter/*.{h,m}",
107       "dependencies": {
108         "DDSocial/Core": [
110         ]
111       }
112     },
113     {
114       "name": "MI",
115       "source_files": "DDSocial/MI/Handler/*.{h,m}",
116       "ios": {
117         "vendored_frameworks": "DDSocial/MI/MiSDK/*.framework"
118       },
119       "resources": "DDSocial/MI/MiSDK/*.bundle",
120       "dependencies": {
121         "DDSocial/Core": [
123         ]
124       }
125     },
126     {
127       "name": "Google",
128       "source_files": "DDSocial/Google/*.{h,m}",
129       "dependencies": {
130         "Google/SignIn": [
132         ],
133         "DDSocial/Core": [
135         ]
136       }
137     },
138     {
139       "name": "Share",
140       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
141       "dependencies": {
142         "DDSocial/Core": [
144         ]
145       }
146     }
147   ]