From b3b9e93602ea0fcb5b6a3fe0f2ac2cb5322bc95e Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:14:45 +0800 Subject: [PATCH] 添加V3.7.0 --- frameworks/WAAdImpl.framework/Headers/WAAdImpl.h | 2 +- config/wa_sdk_impl_config_ad.xml | 2 +- frameworks/WAAdImpl.framework/WAAdImpl | 0 WAAdImpl.podspec | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WAAdImpl.podspec b/WAAdImpl.podspec index fd73c21..ed5e588 100644 --- a/WAAdImpl.podspec +++ b/WAAdImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAdImpl' -s.version = '3.6.9' +s.version = '3.7.0' s.summary = 'WAAdImpl framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } @@ -20,6 +20,6 @@ s.vendored_frameworks = 'frameworks/*.framework' s.resources = ['config/*.xml'] s.requires_arc = true -s.dependency 'WASdkIntf', '~> 3.6.9' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.9' +s.dependency 'WASdkIntf', '~> 3.7.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.7.0' end diff --git a/config/wa_sdk_impl_config_ad.xml b/config/wa_sdk_impl_config_ad.xml index eecad46..f65cea0 100644 --- a/config/wa_sdk_impl_config_ad.xml +++ b/config/wa_sdk_impl_config_ad.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> - <version val="AD3.6.9"/> + <version val="AD3.7.0"/> <comps> <!-- 广告模块 --> <comp module="AD" plaf="WINGA" mandatory="NO" value="WAAd" desc="广告"/> diff --git a/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h b/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h index b7f5020..4b29db2 100644 --- a/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h +++ b/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h @@ -16,5 +16,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAAdImpl/PublicHeader.h> -//time:2017/06/21 09:50 ver:3.6.9 +//time:2018/08/27 18:02 ver:3.7.0 diff --git a/frameworks/WAAdImpl.framework/WAAdImpl b/frameworks/WAAdImpl.framework/WAAdImpl index c9aeec4..64ecf1e 100644 --- a/frameworks/WAAdImpl.framework/WAAdImpl +++ b/frameworks/WAAdImpl.framework/WAAdImpl Binary files differ -- Gitblit v1.8.0