| | |
| | | Pod::Spec.new do |s| |
| | | |
| | | s.name = 'WAAdImpl' |
| | | s.version = '3.8.0' |
| | | s.version = '3.8.4' |
| | | s.summary = 'WAAdImpl framework in production environment.' |
| | | s.license = 'MIT' |
| | | s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } |
| | |
| | | s.vendored_frameworks = 'frameworks/*.framework' |
| | | s.resources = ['config/*.xml'] |
| | | s.requires_arc = true |
| | | s.dependency 'WASdkIntf', '~> 3.8.0' #此处添加私有库依赖 |
| | | s.dependency 'WASdkImpl', '~> 3.8.0' |
| | | s.dependency 'WASdkIntf' |
| | | s.dependency 'WASdkImpl' |
| | | end |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <config> |
| | | <version val="AD3.8.0"/> |
| | | <version val="AD3.8.4"/> |
| | | <comps> |
| | | <!-- 广告模块 --> |
| | | <comp module="AD" plaf="WINGA" mandatory="NO" value="WAAd" desc="广告"/> |
| | |
| | | |
| | | // In this header, you should import all the public headers of your framework using statements like #import <WAAdImpl/PublicHeader.h> |
| | | |
| | | //time:2019/01/15 12:30 ver:3.8.0 |
| | | //time:2020/05/20 12:30 ver:3.8.4 |
| | | |