[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.4.2 / DDSocial.podspec.json
blobe526c2c12bfe45d90fae4013fcf2e85504cd74c1
2   "name": "DDSocial",
3   "version": "1.4.2",
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.4.2"
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       "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": "DDSocial/Wechat/*.{h,m}",
55       "dependencies": {
56         "DDSocial/Core": [
58         ],
59         "WechatOpenSDK": [
61         ]
62       }
63     },
64     {
65       "name": "Sina",
66       "source_files": [
67         "DDSocial/Sina/*.{h,m}",
68         "DDSocial/Sina/libWeiboSDK/*.{h,m}"
69       ],
70       "resources": "DDSocial/Sina/libWeiboSDK/WeiboSDK.bundle",
71       "ios": {
72         "vendored_libraries": "DDSocial/Sina/libWeiboSDK/libWeiboSDK.a"
73       },
74       "frameworks": [
75         "ImageIO",
76         "CoreText",
77         "QuartzCore",
78         "SystemConfiguration",
79         "Security",
80         "CoreGraphics",
81         "CoreTelephony"
82       ],
83       "libraries": [
84         "z",
85         "sqlite3"
86       ],
87       "dependencies": {
88         "DDSocial/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Facebook",
95       "source_files": "DDSocial/Facebook/*.{h,m}",
96       "dependencies": {
97         "FBSDKLoginKit": [
99         ],
100         "FBSDKShareKit": [
102         ],
103         "DDSocial/Core": [
105         ]
106       }
107     },
108     {
109       "name": "Twitter",
110       "source_files": "DDSocial/Twitter/*.{h,m}",
111       "dependencies": {
112         "DDSocial/Core": [
114         ]
115       }
116     },
117     {
118       "name": "MI",
119       "source_files": "DDSocial/MI/Handler/*.{h,m}",
120       "user_target_xcconfig": {
121         "ENABLE_BITCODE": "NO"
122       },
123       "ios": {
124         "vendored_frameworks": "DDSocial/MI/MiSDK/*.framework"
125       },
126       "resources": "DDSocial/MI/MiSDK/*.bundle",
127       "dependencies": {
128         "DDSocial/Core": [
130         ]
131       }
132     },
133     {
134       "name": "Google",
135       "source_files": "DDSocial/Google/*.{h,m}",
136       "dependencies": {
137         "Google/SignIn": [
139         ],
140         "DDSocial/Core": [
142         ]
143       }
144     },
145     {
146       "name": "Share",
147       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
148       "dependencies": {
149         "DDSocial/Core": [
151         ]
152       }
153     }
154   ]