Showing
1 changed file
with
6 additions
and
2 deletions
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | s.name = "HHVDoctorSDK" | 2 | s.name = "HHVDoctorSDK" |
| 3 | - s.version = "3.6.2.03271439" | 3 | + s.version = "3.6.2.03271442" |
| 4 | s.summary = "和缓视频医生 SDK" | 4 | s.summary = "和缓视频医生 SDK" |
| 5 | 5 | ||
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| @@ -22,8 +22,12 @@ Pod::Spec.new do |s| | @@ -22,8 +22,12 @@ Pod::Spec.new do |s| | ||
| 22 | 22 | ||
| 23 | s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' | 23 | s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' |
| 24 | s.resources = 'HHVDoctorSDK/resources/*.bundle' | 24 | s.resources = 'HHVDoctorSDK/resources/*.bundle' |
| 25 | - s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' } | ||
| 26 | 25 | ||
| 26 | + s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
| 27 | + s.user_target_xcconfig = { | ||
| 28 | + 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', | ||
| 29 | + 'ENABLE_BITCODE' => 'NO' | ||
| 30 | + } | ||
| 27 | 31 | ||
| 28 | end | 32 | end |
| 29 | 33 |
-
Please register or login to post a comment