[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 6 / 2 / DDThirdShareLibrary / 0.0.2 / DDThirdShareLibrary.podspec.json
blobb963c1bc5788faa3f18f28dcf83b927ff79112cb
2   "name": "DDThirdShareLibrary",
3   "version": "0.0.2",
4   "summary": "third SDKs content QQ WeChat Sina mi.",
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.2"
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       "ios": {
48         "vendored_libraries": "Librarys/**/*.a"
49       },
50       "libraries": [
51         "z",
52         "sqlite3",
53         "stdc++"
54       ],
55       "frameworks": [
56         "Foundation",
57         "UIKit",
58         "SystemConfiguration"
59       ]
60     },
61     {
62       "name": "WeiboSDK",
63       "dependencies": {
64         "WeiboSDK": [
65           "~> 3.1.3"
66         ]
67       }
68     }
69   ]