Blame view

HHVDoctorSDK.podspec 1.07 KB
shmily authored
1 2
Pod::Spec.new do |s|
    s.name         = "HHVDoctorSDK"
wangguolei authored
3
    s.version      = "3.7.8.10181853"
shmily authored
4 5 6 7 8 9 10 11 12 13 14 15
    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/515783034"

    s.platform     = :ios, "8.0"
shmily authored
16
    s.source       = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag => s.version }
wangguolei authored
17
    # s.default_subspec = 'Base'
shmily authored
18
wangguolei authored
19
    
wangguolei authored
20
    s.dependency 'TXIMSDK_Plus_iOS'
wangguolei authored
21
    s.dependency 'TXLiteAVSDK_Professional'
wangguolei authored
22 23 24
    
    s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
    s.resources = 'HHVDoctorSDK/resources/*.bundle'
shmily authored
25
wangguolei authored
26 27 28 29 30
    s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
    s.user_target_xcconfig = { 
        'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
        'ENABLE_BITCODE' => 'NO'
    }
shmily authored
31 32 33 34

end