[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / b / f / GTSDKManager / 0.0.1 / GTSDKManager.podspec.json
blob5fca940289aaed9df55f25aa20d717a7a103bc3c
2   "name": "GTSDKManager",
3   "version": "0.0.1",
4   "summary": "第三方SDK统一管理组件",
5   "homepage": "https://github.com/liuxc123/GTSDKManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/GTSDKManager.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "CoreService",
25       "public_header_files": [
26         "GTSDKManager/CoreService/GTSDKManager.h",
27         "GTSDKManager/CoreService/SDKServiceInterface/*.h"
28       ],
29       "source_files": "GTSDKManager/CoreService/**/*.{h,m,mm}",
30       "resources": [
31         "GTSDKManager/CoreService/SDKServiceConfig.plist"
32       ]
33     },
34     {
35       "name": "QQPlatform",
36       "public_header_files": [
37         "GTSDKManager/QQPlatform/*.h",
38         "GTSDKManager/QQPlatform/**/*.h"
39       ],
40       "source_files": "GTSDKManager/QQPlatform/**/*.{h,m,mm}",
41       "vendored_frameworks": "GTSDKManager/QQPlatform/GTQQSDK/TencentOpenAPI.framework",
42       "resources": [
43         "GTSDKManager/QQPlatform/**/*.{bundle}"
44       ],
45       "ios": {
46         "frameworks": [
47           "CoreTelephony",
48           "SystemConfiguration"
49         ],
50         "libraries": [
51           "z",
52           "sqlite3.0",
53           "c++",
54           "iconv"
55         ]
56       },
57       "dependencies": {
58         "GTSDKManager/CoreService": [
60         ]
61       }
62     },
63     {
64       "name": "WechatPlatform",
65       "public_header_files": "GTSDKManager/WechatPlatform/WeChatSDK/*.h",
66       "source_files": "GTSDKManager/WechatPlatform/**/*.{h,m,mm}",
67       "vendored_libraries": "GTSDKManager/WechatPlatform/WeChatSDK/libWeChatSDK.a",
68       "frameworks": [
69         "MobileCoreServices",
70         "SystemConfiguration"
71       ],
72       "libraries": [
73         "z",
74         "sqlite3.0",
75         "c++"
76       ],
77       "dependencies": {
78         "GTSDKManager/CoreService": [
80         ]
81       }
82     },
83     {
84       "name": "AlipayPlatform",
85       "public_header_files": [
86         "GTSDKManager/AlipayPlatform/*.h",
87         "GTSDKManager/AlipayPlatform/**/*.h"
88       ],
89       "source_files": "GTSDKManager/AlipayPlatform/**/*{h,m,mm}",
90       "vendored_frameworks": "GTSDKManager/AlipayPlatform/AlipaySDK/AlipaySDK.framework",
91       "resources": [
92         "GTSDKManager/AlipayPlatform/**/*.{bundle}"
93       ],
94       "frameworks": "SystemConfiguration",
95       "dependencies": {
96         "GTSDKManager/CoreService": [
98         ]
99       }
100     },
101     {
102       "name": "WeiboPlatform",
103       "public_header_files": "GTSDKManager/WeiboPlatform/libWeiboSDK/*.h",
104       "source_files": "GTSDKManager/WeiboPlatform/**/*{h,m,mm}",
105       "vendored_libraries": "GTSDKManager/WeiboPlatform/libWeiboSDK/libWeiboSDK.a",
106       "resources": [
107         "GTSDKManager/WeiboPlatform/**/*.{bundle}"
108       ],
109       "frameworks": [
110         "QuartzCore",
111         "ImageIO",
112         "SystemConfiguration",
113         "Security",
114         "CoreTelephony",
115         "CoreText"
116       ],
117       "libraries": [
118         "z",
119         "sqlite3.0"
120       ],
121       "dependencies": {
122         "GTSDKManager/CoreService": [
124         ]
125       }
126     },
127     {
128       "name": "YixinPlatform",
129       "public_header_files": "GTSDKManager/YixinPlatform/YiXinSDK/*.h",
130       "source_files": "GTSDKManager/YixinPlatform/**/*.{h,m,mm}",
131       "vendored_libraries": "GTSDKManager/YixinPlatform/YiXinSDK/libYixinSDK.a",
132       "dependencies": {
133         "GTSDKManager/CoreService": [
135         ]
136       }
137     },
138     {
139       "name": "DingTalkPlatform",
140       "source_files": "GTSDKManager/DingTalkPlatform/**/*.{h,m,mm}",
141       "vendored_frameworks": "GTSDKManager/DingTalkPlatform/DingTalkSDK/DTShareKit.framework",
142       "dependencies": {
143         "GTSDKManager/CoreService": [
145         ]
146       }
147     }
148   ]