From f46d33b92320496b03e5ab4c9f8ff1cf317a9cee Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 22 Jun 2017 18:41:03 +0800 Subject: [PATCH] [Fix] WAWechatImpl_CN (1.1.4) --- WAWechatImpl_CN.podspec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WAWechatImpl_CN.podspec b/WAWechatImpl_CN.podspec index 6119359..765376b 100644 --- a/WAWechatImpl_CN.podspec +++ b/WAWechatImpl_CN.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAWechatImpl_CN' -s.version = '1.1.3' +s.version = '1.1.4' s.summary = 'WASDK ' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } @@ -21,7 +21,7 @@ s.resources = ['config/*.xml'] s.frameworks = 'SystemConfiguration','Security','CoreTelephony','CFNetwork' s.libraries = 'sqlite3','z','c++' -s.dependency 'WASdkIntf_CN', '1.1.3' # -s.dependency 'WASdkImpl_CN', '1.1.3' +s.dependency 'WASdkIntf_CN', '~> 1.1.4' # +s.dependency 'WASdkImpl_CN', '~> 1.1.4' s.requires_arc = true end \ No newline at end of file -- Gitblit v1.8.0