Ads-Mediation-CN.podspec.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "Ads-Mediation-CN",
  3. "version": "4.1.0.2",
  4. "summary": "Ads-Mediation-CN is a SDK from Bytedance providing media union AD service.",
  5. "homepage": "https://www.csjplatform.com/gromore",
  6. "description": "Ads-Mediation-CN allows you to monetize your iOS apps with media union ads.",
  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": "Ads-Mediation-CN/ABUAdSDK.framework"
  27. },
  28. "dependencies": {
  29. "BURelyFoundation": [
  30. ]
  31. },
  32. "libraries": [
  33. "sqlite3",
  34. "xml2",
  35. "z"
  36. ],
  37. "frameworks": [
  38. "SystemConfiguration",
  39. "CoreGraphics",
  40. "Foundation",
  41. "UIKit",
  42. "AdSupport",
  43. "StoreKit",
  44. "QuartzCore",
  45. "CoreTelephony",
  46. "MobileCoreServices",
  47. "Accelerate",
  48. "AVFoundation",
  49. "WebKit"
  50. ]
  51. }