Commit 50b205c5 王帅

fix

1 个父辈 7c118e47
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'WSAnti-Test'
s.version = '0.0.5'
s.version = '0.0.6'
s.summary = 'A test framework of ZAnti-Addiction.'
# This description is used to generate tags and improve search results.
......@@ -33,8 +33,14 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'arm64',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'arm64',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64"
}
s.frameworks = 'UIKit', 'WebKit', 'CoreGraphics', 'AuthenticationServices','AppTrackingTransparency','AdSupport'
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!