Showing
1 changed file
with
3 additions
and
13 deletions
| @@ -18,21 +18,11 @@ Pod::Spec.new do |s| | @@ -18,21 +18,11 @@ Pod::Spec.new do |s| | ||
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | s.dependency 'TXIMSDK_iOS' | 20 | s.dependency 'TXIMSDK_iOS' |
| 21 | - | ||
| 22 | - s.dependency 'TXLiteAVSDK_TRTC',"10.2.11418" | ||
| 23 | - # s.subspec 'Base' do |base| | ||
| 24 | - # base.vendored_frameworks = 'HHVDoctorSDK/*.framework' | ||
| 25 | - # base.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
| 26 | - | ||
| 27 | - # base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' | ||
| 28 | - # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | ||
| 29 | - # end | ||
| 30 | - | 21 | + s.dependency 'TXLiteAVSDK_TRTC',"10.1.11351" |
| 22 | + | ||
| 31 | s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' | 23 | s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' |
| 32 | s.resources = 'HHVDoctorSDK/resources/*.bundle' | 24 | s.resources = 'HHVDoctorSDK/resources/*.bundle' |
| 33 | - | ||
| 34 | - # s.frameworks = ['AVFoundation', 'Accelerate', 'MetalKit', 'AudioToolbox', 'VideoToolbox', 'CoreTelephony', 'ReplayKit', 'SystemConfiguration'] | ||
| 35 | - # s.library = 'c++', 'resolv' | 25 | + s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' } |
| 36 | 26 | ||
| 37 | 27 | ||
| 38 | end | 28 | end |
-
Please register or login to post a comment