Podfile 405 Bytes
use_frameworks!

platform :ios, '9.0'
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 'CNLiveBaseKit'
  target 'CNLiveVideoClassifyKit_Tests' do
    inherit! :search_paths

    
  end
end