[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / c / 7 / 3rdPartySDK / 0.0.13 / 3rdPartySDK.podspec.json
blob380df4fe07e9259f179e849a1d713ec53baa7cac
2   "name": "3rdPartySDK",
3   "version": "0.0.13",
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.13"
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         "stdc++"
31       ],
32       "frameworks": [
33         "CoreTelephony",
34         "SystemConfiguration",
35         "CFNetwork"
36       ],
37       "pod_target_xcconfig": {
38         "OTHER_LDFLAGS": "-ObjC -all_load"
39       }
40     },
41     {
42       "name": "QQ",
43       "ios": {
44         "vendored_frameworks": "Vendors/QQ/TencentOpenAPI.framework"
45       },
46       "resources": "Vendors/QQ/TencentOpenApi_IOS_Bundle.bundle",
47       "frameworks": [
48         "Security",
49         "SystemConfiguration",
50         "CoreTelephony"
51       ],
52       "libraries": [
53         "iconv",
54         "sqlite3",
55         "stdc++",
56         "z"
57       ]
58     },
59     {
60       "name": "Weibo",
61       "dependencies": {
62         "WeiboSDK": [
63           "~> 3.1"
64         ]
65       }
66     },
67     {
68       "name": "Yixin",
69       "ios": {
70         "vendored_libraries": "Vendors/Yixin/libYixinSDK_V2.2.a"
71       },
72       "public_header_files": "Vendors/Yixin/*.h",
73       "source_files": "Vendors/Yixin/*.{h,m}"
74     },
75     {
76       "name": "URS",
77       "ios": {
78         "vendored_frameworks": "Vendors/URS/NELoginSDK.framework"
79       },
80       "resources": "Vendors/URS/NELoginSDK.bundle",
81       "frameworks": "Security",
82       "libraries": [
83         "z",
84         "stdc++"
85       ]
86     }
87   ]