From 8822d61676c5b690c260cbaa0d76c393fdd04525 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 02 Feb 2021 10:30:39 +0800 Subject: [PATCH] 2.2.0 --- WAQQImpl_CN.podspec | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/WAQQImpl_CN.podspec b/WAQQImpl_CN.podspec index f683dd1..feb61a5 100644 --- a/WAQQImpl_CN.podspec +++ b/WAQQImpl_CN.podspec @@ -9,17 +9,18 @@ Pod::Spec.new do |s| s.name = 'WAQQImpl_CN' -s.version = '2.1.0' +s.version = '2.2.0' s.summary = 'WAQQImpl_CN framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } -s.homepage = 'http://admin@repo.wingsdk.cn:8082/summary/WAQQImpl_CN.git' -s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAQQImpl_CN.git" , :tag => s.version} +s.homepage = 'http://172.16.100.58:7070/summary/WAQQImpl_CN.git' +s.source = { :git => "http://admin@172.16.100.58:7070/r/WAQQImpl_CN.git" , :tag => s.version} s.platform = :ios s.ios.deployment_target = "7.0" s.vendored_frameworks = 'frameworks/*.framework' -s.resources = ['config/*.xml'] -s.dependency 'WASdkIntf_CN' # -s.dependency 'WASdkImpl_CN' +s.resources = ['config/*.xml','bundle/TencentOpenApi_IOS_Bundle.bundle'] + +# s.dependency 'WASdkIntf_CN', '~> 2.1.0' # +# s.dependency 'WASdkImpl_CN', '~> 2.1.0' s.requires_arc = true end \ No newline at end of file -- Gitblit v1.8.0