[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 7 / 4 / THLSocial / 0.0.3 / THLSocial.podspec.json
blob17714fec15ed0c27b072ae62f0783ff21e7bca82
2   "name": "THLSocial",
3   "version": "0.0.3",
4   "summary": "第三方SDK统一管理组件",
5   "description": "THLSocial is a further encapsulation of the social component that makes it easy for developers to make calls.",
6   "homepage": "https://gitlab.taihaoli.com/ios-module-pod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hanniballol": "chenjiandong@taihaoli.com"
13   },
14   "source": {
15     "git": "https://gitlab.taihaoli.com/ios-module-pod/THLSocial.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "CoreService",
29       "public_header_files": [
30         "THLSocial/CoreService/THLSocial.h",
31         "THLSocial/CoreService/serviceInterface/*.h"
32       ],
33       "source_files": "THLSocial/CoreService/**/*.{h,m,mm}",
34       "resources": [
35         "THLSocial/CoreService/JLSocialServiceConfig.plist"
36       ]
37     },
38     {
39       "name": "QQPlatform",
40       "public_header_files": [
41         "THLSocial/QQPlatform/*.h",
42         "THLSocial/QQPlatform/**/*.h"
43       ],
44       "source_files": "THLSocial/QQPlatform/**/*.{h,m,mm}",
45       "vendored_frameworks": "THLSocial/QQPlatform/QQSDK/TencentOpenAPI.framework",
46       "resources": [
47         "THLSocial/QQPlatform/**/*.{bundle}"
48       ],
49       "frameworks": [
50         "CoreTelephony",
51         "SystemConfiguration"
52       ],
53       "libraries": [
54         "z",
55         "sqlite3.0",
56         "c++",
57         "iconv"
58       ],
59       "dependencies": {
60         "THLSocial/CoreService": [
62         ]
63       }
64     },
65     {
66       "name": "WechatPlatform",
67       "source_files": "THLSocial/WechatPlatform/**/*.{h,m,mm}",
68       "dependencies": {
69         "THLSocial/CoreService": [
71         ],
72         "WechatOpenSDK": [
74         ]
75       }
76     },
77     {
78       "name": "AlipayPlatform",
79       "source_files": "THLSocial/AlipayPlatform/**/*{h,m,mm}",
80       "dependencies": {
81         "THLSocial/CoreService": [
83         ],
84         "AliPay_SDK": [
86         ]
87       }
88     }
89   ]