[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / 1 / DDSocial / 1.4.1 / DDSocial.podspec.json
blobfbbf48795f683b96134006cd3935a627d4c54bc2
2   "name": "DDSocial",
3   "version": "1.4.1",
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.1"
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": [
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": [
79         "DDSocial/Sina/*.{h,m}",
80         "DDSocial/Sina/libWeiboSDK/*.{h,m}"
81       ],
82       "resources": "DDSocial/Sina/libWeiboSDK/WeiboSDK.bundle",
83       "ios": {
84         "vendored_libraries": "DDSocial/Sina/libWeiboSDK/libWeiboSDK.a"
85       },
86       "frameworks": [
87         "ImageIO",
88         "CoreText",
89         "QuartzCore",
90         "SystemConfiguration",
91         "Security",
92         "CoreGraphics",
93         "CoreTelephony"
94       ],
95       "libraries": [
96         "z",
97         "sqlite3"
98       ],
99       "dependencies": {
100         "DDSocial/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Facebook",
107       "source_files": "DDSocial/Facebook/*.{h,m}",
108       "dependencies": {
109         "FBSDKLoginKit": [
111         ],
112         "FBSDKShareKit": [
114         ],
115         "DDSocial/Core": [
117         ]
118       }
119     },
120     {
121       "name": "Twitter",
122       "source_files": "DDSocial/Twitter/*.{h,m}",
123       "dependencies": {
124         "DDSocial/Core": [
126         ]
127       }
128     },
129     {
130       "name": "MI",
131       "source_files": "DDSocial/MI/Handler/*.{h,m}",
132       "user_target_xcconfig": {
133         "ENABLE_BITCODE": "NO"
134       },
135       "ios": {
136         "vendored_frameworks": "DDSocial/MI/MiSDK/*.framework"
137       },
138       "resources": "DDSocial/MI/MiSDK/*.bundle",
139       "dependencies": {
140         "DDSocial/Core": [
142         ]
143       }
144     },
145     {
146       "name": "Google",
147       "source_files": "DDSocial/Google/*.{h,m}",
148       "dependencies": {
149         "Google/SignIn": [
151         ],
152         "DDSocial/Core": [
154         ]
155       }
156     },
157     {
158       "name": "Share",
159       "source_files": "DDSocial/Handler/DDSocialShareHandler.{h,m}",
160       "dependencies": {
161         "DDSocial/Core": [
163         ]
164       }
165     }
166   ]