Podfile 503 Bytes
use_frameworks!
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
platform :ios, '10.0'

target 'CNLiveWitnessVideoModule_Example' do
  pod 'CNLiveWitnessVideoModule', :path => '../'

  target 'CNLiveWitnessVideoModule_Tests' do
    inherit! :search_paths
    pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
    end
  end
end