123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "ABUAdCsjAdapter",
- "version": "5.1.1.0.0",
- "summary": "ABUAdCsjAdapter is a adapter SDK from Bytedance providing media union AD service.",
- "homepage": "https://www.csjplatform.com/gromore",
- "description": "ABUAdCsjAdapter is a adapter SDK from Bytedance providing media union AD service.",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": "makaiwen",
- "platforms": {
- "ios": "9.0"
- },
- "source": {
- "git": "https://www.csjplatform.com/gromore"
- },
- "requires_arc": true,
- "pod_target_xcconfig": {
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
- },
- "user_target_xcconfig": {
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
- },
- "ios": {
- "vendored_frameworks": "ABUAdCsjAdapter/ABUAdCsjAdapter.framework"
- },
- "dependencies": {
- "Ads-Mediation-CN": [
- ],
- "BURelyFoundation": [
- ]
- }
- }
|