Podfile 331 Bytes
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
platform :ios, '9.0'

target 'CNLiveWitnessVideoModule_Example' do
  pod 'CNLiveWitnessVideoModule', :path => '../'

  target 'CNLiveWitnessVideoModule_Tests' do
    inherit! :search_paths

    
  end
end