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