[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / d / 9 / 8 / Ads-CN / 4.3.0.5 / Ads-CN.podspec.json
bloba3920d858e8985c100bd4a59787379ee9134fd5b
2   "name": "Ads-CN",
3   "version": "4.3.0.5",
4   "summary": "Ads-CN is a SDK from Bytedance providing 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.3.0.5/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": "International",
67       "vendored_frameworks": [
68         "SDK/BUVAAuxiliary.framework"
69       ],
70       "preserve_paths": "SDK/BUVAAuxiliary.framework",
71       "dependencies": {
72         "Ads-CN/BUFoundation": [
74         ]
75       }
76     },
77     {
78       "name": "Domestic",
79       "vendored_frameworks": [
80         "SDK/BUCNAuxiliary.framework"
81       ],
82       "preserve_paths": "SDK/BUCNAuxiliary.framework",
83       "dependencies": {
84         "Ads-CN/BUFoundation": [
86         ]
87       }
88     },
89     {
90       "name": "BUAdSDK",
91       "vendored_frameworks": [
92         "SDK/BUAdSDK.framework"
93       ],
94       "preserve_paths": "SDK/BUAdSDK.framework",
95       "dependencies": {
96         "Ads-CN/BUFoundation": [
98         ],
99         "Ads-CN/Domestic": [
101         ]
102       },
103       "resources": "SDK/BUAdSDK.bundle"
104     },
105     {
106       "name": "BUFoundation",
107       "vendored_frameworks": [
108         "SDK/BUFoundation.framework"
109       ],
110       "preserve_paths": "SDK/BUFoundation.framework",
111       "dependencies": {
112         "BURelyFoundation": [
113           "0.0.1.47"
114         ]
115       }
116     }
117   ]