Commit 68999e28 王帅

0.0.9

1 个父辈 312bbc50
正在显示 1 个修改的文件 包含 3 行增加13 行删除
......@@ -28,19 +28,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.source_files = 'ZAnti_Addiction.framework/**/*.{h}'
s.vendored_frameworks = 'ZAnti_Addiction.framework'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
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.source_files = 'ZAnti_Addiction.framework/Headers/*.{h}'
s.vendored_frameworks = 'ZAnti_Addiction.framework'
s.frameworks = 'UIKit', 'WebKit', 'CoreGraphics', 'AuthenticationServices','AppTrackingTransparency','AdSupport'
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!