[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 7 / 3rdPartySDK / 0.0.9 / 3rdPartySDK.podspec.json
blobd211efd1340f5b465ce436f4c3c65c556f9bcd77
2   "name": "3rdPartySDK",
3   "version": "0.0.9",
4   "summary": "可能用到的第三方分享平台的 SDK",
5   "description": "其中管理第三方平台的 SDK,方便随时更新",
6   "homepage": "https://g.hz.netease.com/hztanxin/3rdPartySDK",
7   "license": "MIT",
8   "authors": {
9     "hztanxin": "hztanxin@corp.netease.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "prefix_header_contents": "#import <UIKit/UIKit.h>",
15   "source": {
16     "git": "https://g.hz.netease.com/hztanxin/3rdPartySDK.git",
17     "tag": "0.0.9"
18   },
19   "subspecs": [
20     {
21       "name": "Weixin",
22       "ios": {
23         "vendored_libraries": "Vendors/Weixin/libWeChatSDK.a"
24       },
25       "public_header_files": "Vendors/Weixin/*.h",
26       "source_files": "Vendors/Weixin/*.{h,m}",
27       "libraries": [
28         "z",
29         "sqlite3"
30       ],
31       "frameworks": [
32         "CoreTelephony",
33         "SystemConfiguration"
34       ]
35     },
36     {
37       "name": "QQ",
38       "ios": {
39         "vendored_frameworks": "Vendors/QQ/TencentOpenAPI.framework"
40       },
41       "resources": "Vendors/QQ/TencentOpenApi_IOS_Bundle.bundle",
42       "frameworks": [
43         "Security",
44         "SystemConfiguration",
45         "CoreTelephony"
46       ],
47       "libraries": [
48         "iconv",
49         "sqlite3",
50         "stdc++",
51         "z"
52       ]
53     },
54     {
55       "name": "Weibo",
56       "dependencies": {
57         "WeiboSDK": [
58           "~> 3.1"
59         ]
60       }
61     },
62     {
63       "name": "Yixin",
64       "ios": {
65         "vendored_libraries": "Vendors/Yixin/libYixinSDK_V2.2.a"
66       },
67       "public_header_files": "Vendors/Yixin/*.h",
68       "source_files": "Vendors/Yixin/*.{h,m}"
69     },
70     {
71       "name": "URS",
72       "ios": {
73         "vendored_frameworks": "Vendors/URS/NELoginSDK.framework"
74       },
75       "resources": "Vendors/URS/NELoginSDK.bundle",
76       "frameworks": "Security",
77       "libraries": "z"
78     }
79   ]