Podfile 334 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 'CNLiveEnvironment_Example' do
  pod 'CNLiveEnvironment', :path => '../'

  target 'CNLiveEnvironment_Tests' do
    inherit! :search_paths

    
  end
end