From 29e2624da6e8759d6cf9e3e37398b258d890fd0a Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Fri, 07 May 2021 08:59:54 +0800 Subject: [PATCH] no message --- /dev/null | 23 ----------------------- WASdkIntf.podspec | 2 +- 2 files changed, 1 insertions(+), 24 deletions(-) diff --git a/WASdkIntf.podspec b/WASdkIntf.podspec index 4c1fdcb..15ae6f1 100644 --- a/WASdkIntf.podspec +++ b/WASdkIntf.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkIntf' -s.version = '3.9.4' +s.version = '3.9.3' s.summary = 'WASdkIntf framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } diff --git a/WASdkIntf/3.9.4/WASdkIntf.podspec b/WASdkIntf/3.9.4/WASdkIntf.podspec deleted file mode 100644 index 4c1fdcb..0000000 --- a/WASdkIntf/3.9.4/WASdkIntf.podspec +++ /dev/null @@ -1,23 +0,0 @@ -# -# Be sure to run `pod spec lint WASdkIntf.podspec' to ensure this is a -# valid spec and to remove all comments including this before submitting the spec. -# -# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html -# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ -# - -Pod::Spec.new do |s| - -s.name = 'WASdkIntf' -s.version = '3.9.4' -s.summary = 'WASdkIntf framework in production environment.' -s.license = 'MIT' -s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } -s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkIntf.git' -s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkIntf.git" , :tag => s.version} -s.platform = :ios -s.ios.deployment_target = "7.0" -s.vendored_frameworks = 'frameworks/WASdkIntf.framework' -s.resources = ['config/*.plist'] -s.requires_arc = true -end -- Gitblit v1.8.0