Skip to content

JAD-FE-TEAM/JADYunIOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JADYunIOS

京东广告联盟 京准通SDK

JD Ad SDK pod support

如何开始

*下载Demo 到本地,进入下载路径,进入Example路径。

*打开终端 Terminal ,运行 pod install 进行安装 。

*使用Xcode13.0及以上版本,运行JADYun.xcworkspace

CocoaPods安装

在使用前需要安装CocoaPods到您的电脑上

gem install cocoapods

Podfile

在您的Podfile文件中,按如下添加即可

use_frameworks!

platform :ios, '9.0'

target 'JADYun_Example' do

  #方式一、全功能包集成
  pod 'JADYun'
  
  #方式二、多子包集成,可按需集成
#   pod 'JADYunCore'
#   pod 'JADYunNative'
#   pod 'JADYunSplash'
#   pod 'JADYunBanner'
#   pod 'JADYunFeed'
#   pod 'JADYunInterstitial'
  
  target 'JADYun_Tests' do
    inherit! :search_paths
  end
end

License

MIT License

FAQ

About

JD Ad SDK pod support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages