wangguolei

fix

Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.6.2.03271439"
s.version = "3.6.2.03271442"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ... @@ -22,8 +22,12 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
s.resources = 'HHVDoctorSDK/resources/*.bundle'
s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'ENABLE_BITCODE' => 'NO'
}
end
... ...