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

use_frameworks!

platform :ios, '9.0'

target 'CNLiveBusinessTools_Example' do
  pod 'CNLiveBusinessTools', :path => '../'
  
  pod 'CNLiveEnvironment'
  pod 'CNLiveUserManagement'
  pod 'CNLiveBaseKit'
  pod 'CNLiveRequestBastKit'
  pod 'CNLiveTripartiteManagement/QMUIKit'
  pod 'CNLiveTripartiteManagement/YYKit'

  target 'CNLiveBusinessTools_Tests' do
    inherit! :search_paths

    
  end
end