lpw
2021-01-26 207fead0b75994b11c48c185a703f07220c3a2ee
WACbImpl.podspec
@@ -9,17 +9,18 @@
Pod::Spec.new do |s|
s.name = 'WACbImpl'
s.version = '3.6.0'
s.version = '3.9.2'
s.summary = 'WACbImpl framework in production environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
s.homepage = 'http://git.gamehollywood.com:8082/summary/WACbImpl.git'
s.source = { :git => "http://admin@git.gamehollywood.com:8082/r/WACbImpl.git" , :tag => s.version}
s.homepage = 'http://repo.wingsdk.cn:8082/summary/WACbImpl.git'
s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WACbImpl.git" , :tag => s.version}
s.platform = :ios
s.ios.deployment_target = "7.0"
s.vendored_frameworks = 'frameworks/*.framework'
s.resources = ['config/*.xml']
s.frameworks = 'Webkit'
s.requires_arc = true
s.dependency 'WASdkIntf', '~> 3.6.0'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.6.0'
s.dependency 'WASdkIntf'
s.dependency 'WASdkImpl'
end