From 9bb554260c63842b23919b1f128b9cc8488b7f50 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 11:15:22 +0800
Subject: [PATCH] 添加V3.8.0

---
 WAAiHelpImpl.podspec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WAAiHelpImpl.podspec b/WAAiHelpImpl.podspec
index da8870e..fa7dae0 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.8.0'
 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.8.0'   #此处添加私有库依赖
+s.dependency 'WASdkImpl', '~> 3.8.0'
 end

--
Gitblit v1.8.0