HHIMSDK.podspec 929 Bytes

Pod::Spec.new do |s|
    s.name             = 'HHIMSDK'
    s.version      = "1.0.2.040917"
    s.summary          = 'A short description of HHIMSDK.'
    s.description      = <<-DESC
  TODO: Add long description of the pod here.
                        DESC

    s.homepage         = 'https://github.com/shmily/HHIMSDK'
    s.author           = { 'shmily' => 'shmilyshijian@foxmail.com' }
    s.source       = { :git => "git@code.hh-medic.com:hh_public/HHIMSDK.ios.git", :tag => s.version }

    s.ios.deployment_target = '9.0'

    s.resources = 'HHIMSDK/resources/*.bundle'

    s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
    s.libraries    = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
    
    s.vendored_frameworks = 'HHIMSDK/*.framework'
    
    
    s.dependency 'TXIMSDK_iOS'
    s.dependency 'NELivePlayer'

  
end