From 16bfd311ad932cdd9b38bef2459f4cb24c2b7bf7 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Mon, 04 Sep 2017 09:52:31 +0800 Subject: [PATCH] 添加V3.6.5 --- WAAfImpl.podspec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WAAfImpl.podspec b/WAAfImpl.podspec index c62f241..4d7c068 100644 --- a/WAAfImpl.podspec +++ b/WAAfImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAfImpl' -s.version = '3.6.2' +s.version = '3.6.5' s.summary = 'WAAfImpl 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.2' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.2' +s.dependency 'WASdkIntf', '~> 3.6.4' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.6.4' end -- Gitblit v1.8.0