Podfile 773 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 'CNLiveDisease_Example' do
  pod 'CNLiveDisease', :path => '../'
  pod 'CNLiveBaseKit'
  pod 'Masonry'
  pod 'QMUIKit', '~> 3.1.0'
  pod 'CNLiveCommonCategory'
  pod 'CNLiveImagePickerController'
  pod 'CNLiveAVCamera'
  # pod 'CNLiveUploadManager'
  pod 'FLAnimatedImage'
  pod 'CNLiveCoreMediator'
  target 'CNLiveDisease_Tests' do
    inherit! :search_paths
  pod 'CNLiveBaseKit'
  pod 'Masonry'
  pod 'QMUIKit', '~> 3.1.0'
  pod 'CNLiveCommonCategory'
  pod 'CNLiveImagePickerController'
  pod 'CNLiveAVCamera'
  # pod 'CNLiveUploadManager'
  pod 'FLAnimatedImage'
  pod 'CNLiveCoreMediator'
    
  end
end