ABUVisualDebug.podspec.json 867 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "ABUVisualDebug",
  3. "version": "4.1.0.2",
  4. "summary": "ABUVisualDebug is a debug SDK for Bytedance GroMore",
  5. "homepage": "https://www.csjplatform.com/gromore",
  6. "description": "ABUVisualDebug is a debug SDK for Bytedance GroMore.",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": "makaiwen",
  12. "platforms": {
  13. "ios": "9.0"
  14. },
  15. "source": {
  16. "git": "https://www.csjplatform.com/gromore"
  17. },
  18. "requires_arc": true,
  19. "pod_target_xcconfig": {
  20. "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
  21. },
  22. "user_target_xcconfig": {
  23. "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
  24. },
  25. "ios": {
  26. "vendored_frameworks": "ABUVisualDebug/ABUVisualDebug.framework"
  27. },
  28. "resources": "ABUVisualDebug/ABUVisualDebug.bundle",
  29. "dependencies": {
  30. "Ads-Mediation-CN": [
  31. ],
  32. "BURelyFoundation": [
  33. ]
  34. }
  35. }