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

platform :ios, '10.0'

target 'CNLiveCustomControl_Example' do
  pod 'CNLiveCustomControl', :path => '../'

  target 'CNLiveCustomControl_Tests' do
    inherit! :search_paths

    
  end
end