[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 6 / 2 / DDThirdShareLibrary / 0.0.7 / DDThirdShareLibrary.podspec.json
blob2045997d9634dc323de91217838e0bc1c6740b74
2   "name": "DDThirdShareLibrary",
3   "version": "0.0.7",
4   "summary": "Third SDKs content QQ、WeChat、Sina、MI、Facebook、Twitter.",
5   "homepage": "https://github.com/393385724/DDThirdShareLibrary",
6   "license": "MIT",
7   "authors": {
8     "llg": "393385724@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/393385724/DDThirdShareLibrary.git",
12     "tag": "0.0.7"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "MISDK",
21       "ios": {
22         "vendored_frameworks": "Librarys/MISDK/*.framework"
23       }
24     },
25     {
26       "name": "TencentSDK",
27       "ios": {
28         "vendored_frameworks": "Librarys/TencentSDK/*.framework"
29       },
30       "libraries": [
31         "z",
32         "sqlite3",
33         "stdc++",
34         "iconv"
35       ],
36       "frameworks": [
37         "Foundation",
38         "CoreGraphics",
39         "UIKit",
40         "CoreTelephony",
41         "Security",
42         "SystemConfiguration"
43       ]
44     },
45     {
46       "name": "WeChatSDK",
47       "source_files": "Librarys/WeChatSDK/*.h",
48       "ios": {
49         "vendored_libraries": "Librarys/WeChatSDK/*.a"
50       },
51       "libraries": [
52         "z",
53         "sqlite3",
54         "stdc++"
55       ],
56       "frameworks": [
57         "Foundation",
58         "UIKit",
59         "SystemConfiguration"
60       ]
61     },
62     {
63       "name": "WeiboSDK",
64       "dependencies": {
65         "WeiboSDK": [
66           "~> 3.1.3"
67         ]
68       }
69     },
70     {
71       "name": "FaceBookSDK",
72       "dependencies": {
73         "FBSDKLoginKit": [
75         ],
76         "FBSDKShareKit": [
78         ]
79       }
80     },
81     {
82       "name": "TwitterSDK",
83       "dependencies": {
84         "TwitterKit": [
86         ]
87       }
88     }
89   ]