Podfile 356 Bytes
use_frameworks!

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 'CNLiveDigitalRMBHomeDeom_Example' do
  pod 'CNLiveDigitalRMBHomeDeom', :path => '../'

  target 'CNLiveDigitalRMBHomeDeom_Tests' do
    inherit! :search_paths

    
  end
end