Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ Pod::Spec.new do |s| | @@ -27,7 +27,7 @@ Pod::Spec.new do |s| | ||
27 | # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | 27 | # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' |
28 | # end | 28 | # end |
29 | 29 | ||
30 | - s.vendored_frameworks = 'HHVDoctorSDK/*.framework' | 30 | + s.vendored_frameworks = ['HHVDoctorSDK/*.framework', 'HHVDoctorSDK/*.xcframework'] |
31 | s.resources = 'HHVDoctorSDK/resources/*.bundle' | 31 | s.resources = 'HHVDoctorSDK/resources/*.bundle' |
32 | 32 | ||
33 | s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' | 33 | s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' |
-
Please register or login to post a comment