Showing
1 changed file
with
6 additions
and
6 deletions
@@ -18,13 +18,13 @@ Pod::Spec.new do |s| | @@ -18,13 +18,13 @@ Pod::Spec.new do |s| | ||
18 | 18 | ||
19 | s.dependency 'TXIMSDK_Smart_iOS' | 19 | s.dependency 'TXIMSDK_Smart_iOS' |
20 | 20 | ||
21 | - s.subspec 'Base' do |base| | ||
22 | - base.vendored_frameworks = 'HHVDoctorSDK/*.framework' | ||
23 | - base.resources = 'HHVDoctorSDK/resources/*.bundle' | 21 | + # s.subspec 'Base' do |base| |
22 | + # base.vendored_frameworks = 'HHVDoctorSDK/*.framework' | ||
23 | + # base.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
24 | 24 | ||
25 | - base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' | ||
26 | - base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | ||
27 | - end | 25 | + # base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' |
26 | + # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | ||
27 | + # end | ||
28 | 28 | ||
29 | end | 29 | end |
30 | 30 |
-
Please register or login to post a comment