From c7322a7614dca79f3faba50321f151fb61741cd5 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 21 Jun 2018 18:11:53 +0800 Subject: [PATCH] 添加V3.6.9 --- WAAiHelpImpl.podspec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WAAiHelpImpl.podspec b/WAAiHelpImpl.podspec index da8870e..4d9cbbe 100644 --- a/WAAiHelpImpl.podspec +++ b/WAAiHelpImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAiHelpImpl' -s.version = '3.6.8.1' +s.version = '3.6.9' s.summary = 'WAAfImpl framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } @@ -22,6 +22,6 @@ s.libraries = 'sqlite3' s.resources = ['config/*.xml','res/ElvaChatServiceSDK.bundle','res/ElvaChatServiceSDK.bundle','res/*.xib','res/Localization/*/*.strings'] s.requires_arc = true -s.dependency 'WASdkIntf', '~> 3.6.8.1' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.8.1' +s.dependency 'WASdkIntf', '~> 3.6.9' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.6.9' end -- Gitblit v1.8.0