[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 8 / Ads-CN / 4.7.1.0 / Ads-CN.podspec.json
blob8a486fec1f9144a80479b4e1191ae8775a61bc5c
2   "name": "Ads-CN",
3   "version": "4.7.1.0",
4   "summary": "Ads-CN is a SDK from Bytedance providing union AD service.",
5   "description": "Ads-CN provides ADs which include native、banner、feed、splash、RewardVideo etc.",
6   "license": {
7     "type": "MIT",
8     "file": "SDK/LICENSE"
9   },
10   "authors": {
11     "Siwant": "yuanhuan@bytedance.com"
12   },
13   "homepage": "https://github.com/bytedance/Bytedance-UnionAD",
14   "source": {
15     "http": "https://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/4.7.1.0/SDK.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "MapKit",
23     "WebKit",
24     "MediaPlayer",
25     "CoreLocation",
26     "AdSupport",
27     "CoreMedia",
28     "AVFoundation",
29     "CoreTelephony",
30     "StoreKit",
31     "SystemConfiguration",
32     "MobileCoreServices",
33     "CoreMotion",
34     "Accelerate",
35     "AudioToolbox",
36     "JavaScriptCore",
37     "Security",
38     "CoreImage",
39     "AudioToolbox",
40     "ImageIO",
41     "QuartzCore",
42     "CoreGraphics",
43     "CoreText"
44   ],
45   "weak_frameworks": "AppTrackingTransparency",
46   "libraries": [
47     "c++",
48     "resolv",
49     "z",
50     "sqlite3",
51     "bz2",
52     "xml2",
53     "iconv",
54     "c++abi"
55   ],
56   "resources": "SDK/LICENSE",
57   "default_subspecs": "BUAdSDK",
58   "pod_target_xcconfig": {
59     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
60   },
61   "user_target_xcconfig": {
62     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
63   },
64   "subspecs": [
65     {
66       "name": "BUAdSDK",
67       "vendored_frameworks": [
68         "SDK/CSJAdSDK.framework"
69       ],
70       "preserve_paths": "SDK/CSJAdSDK.framework",
71       "resources": "SDK/CSJAdSDK.bundle",
72       "dependencies": {
73         "Ads-CN/Dep_Accurate": [
75         ]
76       }
77     },
78     {
79       "name": "BUAdSDK_Compatible",
80       "vendored_frameworks": [
81         "SDK/CSJAdSDK.framework"
82       ],
83       "preserve_paths": "SDK/CSJAdSDK.framework",
84       "resources": "SDK/CSJAdSDK.bundle",
85       "dependencies": {
86         "Ads-CN/Dep_Compatible": [
88         ]
89       }
90     },
91     {
92       "name": "Dep_Accurate",
93       "dependencies": {
94         "BURelyFoundation/CSJ": [
95           "0.0.3.6"
96         ],
97         "BUAdSDK": [
98           "0.1.0.24"
99         ]
100       }
101     },
102     {
103       "name": "Dep_Compatible",
104       "dependencies": {
105         "BURelyFoundation/CSJ": [
106           "~> 0.0.3.6"
107         ],
108         "BUAdSDK": [
109           "~> 0.1.0.24"
110         ]
111       }
112     }
113   ]