Podfile
499 Bytes
use_frameworks!
platform :ios, '9.0'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
target 'CNLiveVideoClassifyKit_Example' do
pod 'CNLiveVideoClassifyKit', :path => '../'
pod 'JXCategoryView'
pod 'MJExtension'
#基础UI组件库
# pod 'CNLiveCustomUI'
pod 'CNLiveBaseClass'
#基础组件库
pod 'CNLiveBaseKit'
target 'CNLiveVideoClassifyKit_Tests' do
inherit! :search_paths
end
end