lpw
2024-06-28 2a6e182ea4428bff2e16f033c28850f3a02a93a9
WAFbImpl/3.6.2/WAFbImpl.podspec
@@ -20,6 +20,6 @@
s.vendored_frameworks = 'frameworks/*.framework'
s.resources = ['config/*.xml']
s.requires_arc = true
s.dependency 'WASdkIntf', '3.6.2'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '3.6.2'
s.dependency 'WASdkIntf', '~> 3.6.2'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.6.2'
end