Podfile 811 Bytes
use_frameworks!
#source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

platform :ios, '10.0'

target 'CNLiveImagePickerController_Example' do
  pod 'CNLiveImagePickerController', :path => '../'
  
#  pod 'CNLiveTripartiteManagement/SDAutoLayout'
#  pod 'CNLiveTripartiteManagement/QMUIKit'
#  pod 'CNLiveBaseKit'
#  pod 'CNLiveUploadManager'
#  pod 'CNLiveBusinessTools'
  #依赖三方私有库,如果里面有.a的时候加上这个
     pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
     end

  target 'CNLiveImagePickerController_Tests' do
    inherit! :search_paths

    
  end
end