Podfile
492 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'
target 'CNLiveDisease_Tests' do
inherit! :search_paths
pod 'CNLiveBaseKit'
pod 'Masonry'
pod 'QMUIKit', '~> 3.1.0'
pod 'CNLiveCommonCategory'
end
end