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

platform :ios, '10.0'

target 'CNLiveNewIMAManagerKit_Example' do
  pod 'CNLiveNewIMAManagerKit', :path => '../'

  target 'CNLiveNewIMAManagerKit_Tests' do
    inherit! :search_paths

    
  end
end