12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "Ads-Mediation-CN",
- "version": "4.1.0.2",
- "summary": "Ads-Mediation-CN is a SDK from Bytedance providing media union AD service.",
- "homepage": "https://www.csjplatform.com/gromore",
- "description": "Ads-Mediation-CN allows you to monetize your iOS apps with media union ads.",
- "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": "Ads-Mediation-CN/ABUAdSDK.framework"
- },
- "dependencies": {
- "BURelyFoundation": [
- ]
- },
- "libraries": [
- "sqlite3",
- "xml2",
- "z"
- ],
- "frameworks": [
- "SystemConfiguration",
- "CoreGraphics",
- "Foundation",
- "UIKit",
- "AdSupport",
- "StoreKit",
- "QuartzCore",
- "CoreTelephony",
- "MobileCoreServices",
- "Accelerate",
- "AVFoundation",
- "WebKit"
- ]
- }
|