From 24cf16081326f1f66195d9c544da47d136938487 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 12 Jan 2021 09:36:51 +0800
Subject: [PATCH] 3.9.1

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

diff --git a/WAAfImpl.podspec b/WAAfImpl.podspec
index f7d0dd5..5b6d305 100644
--- a/WAAfImpl.podspec
+++ b/WAAfImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WAAfImpl'
-s.version = '3.8.0'
+s.version = '3.9.1'
 s.summary = 'WAAfImpl framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
@@ -21,6 +21,6 @@
 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

--
Gitblit v1.8.0