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

platform :ios, '9.0'

target 'CNLiveUserAgreementManager_Example' do
  pod 'CNLiveUserAgreementManager', :path => '../'
  pod 'CNLiveRequestBastKit'
  pod 'CNLiveEnvironmentConfiguration'

  target 'CNLiveUserAgreementManager_Tests' do
    inherit! :search_paths
    pod 'CNLiveRequestBastKit'
    pod 'CNLiveEnvironmentConfiguration'

  end
end