ABUAdGdtAdapter.podspec.json 876 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ABUAdGdtAdapter",
  3. "version": "4.14.12.0",
  4. "summary": "ABUAdGdtAdapter is a adapter SDK from Bytedance providing media union AD service.",
  5. "homepage": "https://www.csjplatform.com/gromore",
  6. "description": "ABUAdGdtAdapter is a adapter SDK from Bytedance providing media union AD service.",
  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": "ABUAdGdtAdapter/ABUAdGdtAdapter.framework"
  27. },
  28. "dependencies": {
  29. "Ads-Mediation-CN": [
  30. ],
  31. "BURelyFoundation": [
  32. ]
  33. }
  34. }