[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / f / 2 / DDKit / 0.1 / DDKit.podspec.json
blobcbedfd33d582a1b5c028ec5654b46877fdeaf31f
2   "name": "DDKit",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "The tools about the share kit、oauth login and payment kit.",
6   "homepage": "https://github.com/openboy2012/DDKit.git",
7   "authors": {
8     "DeJohn Dong": "dongjia_9251@126.com"
9   },
10   "source": {
11     "git": "https://github.com/openboy2012/ddkit.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "WX",
21       "source_files": [
22         "Classes/Vender/WX/WXApi.h",
23         "Classes/Vender/WX/WXApiObject.h",
24         "Classes/Vender/WX/WechatAuthSDK.h"
25       ],
26       "vendored_libraries": "Classes/Vender/WX/libWeChatSDK.a",
27       "libraries": [
28         "z",
29         "sqlite3"
30       ],
31       "frameworks": "SystemConfiguration"
32     },
33     {
34       "name": "QQ",
35       "source_files": "Classes/Vender/QQ/TencentOpenAPI.framework/Headers/*.h",
36       "public_header_files": "Classes/Vender/QQ/TencentOpenAPI.framework/Headers/*.h",
37       "resources": "Classes/Vender/QQ/TencentOpenApi_IOS_Bundle.bundle",
38       "vendored_frameworks": "Classes/Vender/QQ/TencentOpenAPI.framework",
39       "libraries": [
40         "stdc++",
41         "z",
42         "sqlite3",
43         "iconv"
44       ],
45       "frameworks": [
46         "Security",
47         "CoreGraphics",
48         "SystemConfiguration",
49         "CoreTelephony"
50       ]
51     },
52     {
53       "name": "OpenSSL",
54       "source_files": "Classes/Vender/openssl/headers/*.h",
55       "vendored_libraries": [
56         "Classes/Vender/openssl/libcrypto.a",
57         "Classes/Vender/openssl/libssl.a"
58       ]
59     },
60     {
61       "name": "AlipaySDK",
62       "dependencies": {
63         "DDKit/OpenSSL": [
65         ]
66       },
67       "source_files": [
68         "Classes/Vender/AlipayUtil/*.{h,m}",
69         "Classes/Vender/Alipay/AlipaySDK.framework/Headers/*.h"
70       ],
71       "public_header_files": "Classes/Vender/Alipay/AlipaySDK.framework/Headers/*.h",
72       "vendored_frameworks": "Classes/Vender/Alipay/AlipaySDK.framework",
73       "resources": "Classes/Vender/Alipay/AlipaySDK.bundle",
74       "libraries": [
75         "z",
76         "sqlite3"
77       ],
78       "frameworks": "SystemConfiguration"
79     },
80     {
81       "name": "DDKitManager",
82       "dependencies": {
83         "DDKit/WX": [
85         ],
86         "WeiboSDK": [
87           "~> 3.1.3"
88         ]
89       },
90       "source_files": "Classes/DDKitManager.{h,m}"
91     },
92     {
93       "name": "DDPaymentKit",
94       "dependencies": {
95         "DDKit/AlipaySDK": [
97         ],
98         "DDKit/WX": [
100         ],
101         "DDCategory": [
102           "~> 0.4"
103         ]
104       },
105       "source_files": "Classes/DDPaymentKit.{h,m}"
106     },
107     {
108       "name": "DDShareKit",
109       "dependencies": {
110         "DDKit/WX": [
112         ],
113         "DDKit/QQ": [
115         ],
116         "DDKit/DDKitManager": [
118         ],
119         "DDCategory": [
120           "~> 0.4"
121         ],
122         "WeiboSDK": [
123           "~> 3.1.3"
124         ]
125       },
126       "resources": "Classes/DDKit_iOS_Bundle.bundle",
127       "source_files": [
128         "Classes/DDShareKit.{h,m}",
129         "Classes/DDShareItem.{h,m}"
130       ]
131     },
132     {
133       "name": "DDOAuthKit",
134       "dependencies": {
135         "DDKit/AlipaySDK": [
137         ],
138         "DDKit/WX": [
140         ],
141         "DDKit/QQ": [
143         ],
144         "DDKit/DDKitManager": [
146         ],
147         "DDCategory": [
148           "~> 0.4"
149         ],
150         "WeiboSDK": [
151           "~> 3.1.3"
152         ]
153       },
154       "source_files": "Classes/DDOAuthKit.{h,m}"
155     }
156   ]