wangguolei

fix

... ... @@ -17,15 +17,15 @@ Pod::Spec.new do |s|
s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/app_6.4.2' }
s.default_subspec = 'Base'
s.dependency 'TXIMSDK_Smart_iOS'
# s.dependency 'TXIMSDK_Smart_iOS'
s.subspec 'Base' do |base|
base.vendored_frameworks = 'HHVDoctorSDK/*.framework'
base.resources = 'HHVDoctorSDK/resources/*.bundle'
# s.subspec 'Base' do |base|
# base.vendored_frameworks = 'HHVDoctorSDK/*.framework'
# base.resources = 'HHVDoctorSDK/resources/*.bundle'
base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
end
# base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
# base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
# end
end
... ...