Ads-Mediation-CN.podspec 1.2 KB

123456789101112131415161718192021222324252627282930
  1. Pod::Spec.new do |spec|
  2. spec.name = 'Ads-Mediation-CN'
  3. spec.version = '4.0.0.1'
  4. spec.summary = 'Ads-Mediation-CN is a SDK from Bytedance providing media union AD service.'
  5. spec.homepage = 'https://www.csjplatform.com/gromore'
  6. spec.description = <<-DESC
  7. Ads-Mediation-CN allows you to monetize your iOS apps with media union ads.
  8. DESC
  9. spec.license = { :type => 'MIT', :file => 'LICENSE' }
  10. spec.author = 'makaiwen'
  11. spec.platform = :ios, '9.0'
  12. spec.source = { :git => 'https://www.csjplatform.com/gromore' }
  13. spec.requires_arc = true
  14. spec.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
  15. spec.user_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
  16. spec.ios.deployment_target = '9.0'
  17. valid_archs = ['arm64', 'armv7', 'x86_64', 'i386']
  18. spec.ios.vendored_frameworks = 'Ads-Mediation-CN/ABUAdSDK.framework'
  19. spec.dependency "BURelyFoundation"
  20. spec.libraries = 'sqlite3', 'xml2', 'z'
  21. spec.frameworks = 'SystemConfiguration', 'CoreGraphics', 'Foundation', 'UIKit', 'AdSupport', 'StoreKit', 'QuartzCore', 'CoreTelephony', 'MobileCoreServices', 'Accelerate', 'AVFoundation', 'WebKit'
  22. end