HHDoctorSDKPre.podspec 1.38 KB
Pod::Spec.new do |s|
    s.name         = "HHDoctorSDKPre"

    s.version      = "3.1.4.024"
    s.summary      = "和缓视频医生 SDK"

    s.description  = <<-DESC
    和缓视频医生,连接千万用户和全科医生。
    DESC

    s.homepage     = "https://code.hh-medic.com/dev-client/hhsdk.ios"
    s.license      = "MIT"
    s.author             = { "shmily" => "shmilyshijian@foxmail.com" }
    s.social_media_url   = "https://github.com"

    s.platform     = :ios, "9.0"
    s.source       = { :git => "https://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => "feature/new_version" }
    # s.default_subspec = 'Base'

    s.dependency 'TXIMSDK_iOS'
    s.dependency 'TXLiteAVSDK_TRTC',"10.2.11418"

    # s.subspec 'Base' do |base|
    #     base.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
    #     base.resources = 'HHVDoctorSDK/resources/*.bundle'

    #     base.frameworks = ['AVFoundation', 'Accelerate']
    #     base.library = 'c++', 'resolv'
    # end

    s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
    s.resources = 'HHVDoctorSDK/resources/*.bundle'

    # s.frameworks = ['AVFoundation', 'Accelerate', 'MetalKit', 'AudioToolbox', 'VideoToolbox', 'CoreTelephony', 'ReplayKit', 'SystemConfiguration']
    # s.library = 'c++', 'resolv'
    s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }


end