Commit c60b045e 王帅

0.1.0

1 个父辈 fcd7cac4
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'WSAnti-Test'
s.version = '0.0.9'
s.version = '0.1.0'
s.summary = 'A test framework of ZAnti-Addiction.'
# This description is used to generate tags and improve search results.
......@@ -28,9 +28,12 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.vendored_frameworks = 'ZAnti_Addiction.framework'
s.source_files = 'ZAnti_Addiction.framework/Headers/*.{h}'
s.vendored_frameworks = 'ZAnti_Addiction.framework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.frameworks = 'UIKit', 'WebKit', 'CoreGraphics', 'AuthenticationServices','AppTrackingTransparency','AdSupport'
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!