12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "ABUVisualDebug",
- "version": "4.1.0.2",
- "summary": "ABUVisualDebug is a debug SDK for Bytedance GroMore",
- "homepage": "https://www.csjplatform.com/gromore",
- "description": "ABUVisualDebug is a debug SDK for Bytedance GroMore.",
- "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": "ABUVisualDebug/ABUVisualDebug.framework"
- },
- "resources": "ABUVisualDebug/ABUVisualDebug.bundle",
- "dependencies": {
- "Ads-Mediation-CN": [
- ],
- "BURelyFoundation": [
- ]
- }
- }
|