Showing
1 changed file
with
7 additions
and
7 deletions
@@ -17,15 +17,15 @@ Pod::Spec.new do |s| | @@ -17,15 +17,15 @@ Pod::Spec.new do |s| | ||
17 | s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/app_6.4.2' } | 17 | s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/app_6.4.2' } |
18 | s.default_subspec = 'Base' | 18 | s.default_subspec = 'Base' |
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