Podfile
734 Bytes
#source 'https://github.com/CocoaPods/Specs.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
use_frameworks!
platform :ios, '10.0'
target 'CNLiveAVCamera_Example' do
pod 'CNLiveAVCamera', :path => '../'
# pod 'CNLiveTripartiteManagement/Masonry'
# pod 'CNLiveBaseKit'
# pod 'CNLiveTripartiteManagement/QMUIKit'
# pod 'CNLiveBusinessTools'
# pod 'CNLiveCommonCategory'
target 'CNLiveAVCamera_Tests' do
inherit! :search_paths
# pod 'CNLiveTripartiteManagement/Masonry'
# pod 'CNLiveBaseKit'
# pod 'CNLiveTripartiteManagement/QMUIKit'
# pod 'CNLiveBusinessTools'
# pod 'CNLiveCommonCategory'
end
end