Podfile 378 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'
  target 'CNLiveDisease_Tests' do
    inherit! :search_paths
  pod 'CNLiveBaseKit'
  pod 'Masonry'
    
  end
end