From c80c38981930c6e0a9f4a8b85215aa0cd509849d Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Fri, 27 Sep 2019 10:20:14 +0800 Subject: [PATCH] 3.8.3 --- WAApImpl/3.6.2/WAApImpl.podspec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WAApImpl/3.6.2/WAApImpl.podspec b/WAApImpl/3.6.2/WAApImpl.podspec index 20e1ab0..baeca17 100644 --- a/WAApImpl/3.6.2/WAApImpl.podspec +++ b/WAApImpl/3.6.2/WAApImpl.podspec @@ -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.2' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.6.2' end -- Gitblit v1.8.0