From e282d536d573ca6bbf028be8b06b86f1798223dc Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Fri, 28 Apr 2017 11:25:08 +0800 Subject: [PATCH] [Update] WAApImpl (3.6.2) --- WAApImpl.podspec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WAApImpl.podspec b/WAApImpl.podspec index 20e1ab0..baeca17 100644 --- a/WAApImpl.podspec +++ b/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