Skip to content

Commit 8e00d9e

Browse files
JoyaGuoCocoaPodsBot
authored andcommitted
[Add] DeepAdSDK 2.0.1
1 parent 43deac6 commit 8e00d9e

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
{
2+
"name": "DeepAdSDK",
3+
"version": "2.0.1",
4+
"license": {
5+
"type": "MIT",
6+
"file": "LICENSE"
7+
},
8+
"summary": "bayescom iOS DeepAdSDK",
9+
"description": "DeepAD——免费透明的流量变现神器
\n600+ 移动媒体选择的广告商业化管理工具,定制私有的移动媒体商业化解决方案。优质上游资源一网打尽,接入方式快速透明稳定。支持流量分发、渠道策略、精准投放、数据报表、排期管理、广告审核等全流程业务场景。",
10+
"homepage": "https://gitee.com/DeepAdx/deepadios",
11+
"authors": {
12+
"JoyaGuo": "https://github.com/JoyaGuo"
13+
},
14+
"source": {
15+
"git": "https://github.com/JoyaGuo/DeepAd.git",
16+
"tag": "2.0.1"
17+
},
18+
"pod_target_xcconfig": {
19+
"VALID_ARCHS": "x86_64 armv7 arm64"
20+
},
21+
"platforms": {
22+
"ios": "12.0"
23+
},
24+
"requires_arc": true,
25+
"static_framework": true,
26+
"resource_bundles": {
27+
"DeepAdSDK": [
28+
"DeepAdSDK/Assets/**.*"
29+
]
30+
},
31+
"default_subspecs": "Core",
32+
"subspecs": [
33+
{
34+
"name": "Core",
35+
"source_files": "DeepAdSDK/Classes/Core/**/*.{h,m}",
36+
"frameworks": [
37+
"UIKit",
38+
"Foundation",
39+
"AdSupport"
40+
]
41+
},
42+
{
43+
"name": "AdSpot",
44+
"dependencies": {
45+
"DeepAdSDK/Core": [
46+
47+
]
48+
},
49+
"source_files": "DeepAdSDK/Classes/AdSpot/**/*.{h,m}"
50+
},
51+
{
52+
"name": "MercuryAdapter",
53+
"dependencies": {
54+
"DeepAdSDK/AdSpot": [
55+
56+
],
57+
"MercurySDK": [
58+
59+
]
60+
},
61+
"source_files": "DeepAdSDK/Classes/Adapters/Mercury/**/*.{h,m}"
62+
},
63+
{
64+
"name": "CSJAdapter",
65+
"dependencies": {
66+
"DeepAdSDK/AdSpot": [
67+
68+
],
69+
"Ads-CN-Beta/BUAdSDK": [
70+
71+
]
72+
},
73+
"source_files": "DeepAdSDK/Classes/Adapters/CSJ/**/*.{h,m}"
74+
},
75+
{
76+
"name": "GDTAdapter",
77+
"dependencies": {
78+
"DeepAdSDK/AdSpot": [
79+
80+
],
81+
"GDTMobSDK": [
82+
83+
]
84+
},
85+
"source_files": "DeepAdSDK/Classes/Adapters/GDT/**/*.{h,m}"
86+
},
87+
{
88+
"name": "KSAdapter",
89+
"dependencies": {
90+
"DeepAdSDK/AdSpot": [
91+
92+
],
93+
"KSAdSDK": [
94+
95+
]
96+
},
97+
"source_files": "DeepAdSDK/Classes/Adapters/KS/**/*.{h,m}"
98+
},
99+
{
100+
"name": "BDAdapter",
101+
"dependencies": {
102+
"DeepAdSDK/AdSpot": [
103+
104+
],
105+
"BaiduMobAdSDK": [
106+
107+
]
108+
},
109+
"source_files": "DeepAdSDK/Classes/Adapters/BD/**/*.{h,m}"
110+
},
111+
{
112+
"name": "TanxAdapter",
113+
"dependencies": {
114+
"DeepAdSDK/AdSpot": [
115+
116+
],
117+
"TanxSDK": [
118+
119+
]
120+
},
121+
"source_files": "DeepAdSDK/Classes/Adapters/TANX/**/*.{h,m}"
122+
},
123+
{
124+
"name": "SigmobAdapter",
125+
"dependencies": {
126+
"DeepAdSDK/AdSpot": [
127+
128+
],
129+
"SigmobAd-iOS": [
130+
131+
]
132+
},
133+
"source_files": "DeepAdSDK/Classes/Adapters/Sigmob/**/*.{h,m}"
134+
}
135+
]
136+
}

0 commit comments

Comments
 (0)