From ca5837779e5474654a7aaae1a473e6f5df0e32e1 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Wed, 27 May 2020 09:46:43 +0800 Subject: [PATCH] 3.8.4 --- WAApwImpl.podspec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WAApwImpl.podspec b/WAApwImpl.podspec index 0940823..7f78c5b 100644 --- a/WAApwImpl.podspec +++ b/WAApwImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAApwImpl' -s.version = '3.6.7' +s.version = '3.8.4' s.summary = 'WAApwImpl framework in testing 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.7' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.7' +s.dependency 'WASdkIntf' +s.dependency 'WASdkImpl' end -- Gitblit v1.8.0