From 7570ca1f34ff456ae1e8742cdc38652fa44a9166 Mon Sep 17 00:00:00 2001
From: lpw
Date: Thu, 15 Jun 2023 15:59:59 +0800
Subject: [PATCH] 2.8.0
---
WAQQImpl_CN.podspec | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/WAQQImpl_CN.podspec b/WAQQImpl_CN.podspec
index 4a57ee8..0ec63a8 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.0.0'
+s.version = '2.8.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', '~> 2.0.0' #
-s.dependency 'WASdkImpl_CN', '~> 2.0.0'
+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