lpw
2023-06-15 7570ca1f34ff456ae1e8742cdc38652fa44a9166
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