Podfile
352 Bytes
use_frameworks!
platform :ios, '10.0'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
target 'CNLiveBaseTools_Example' do
pod 'CNLiveBaseTools', :path => '../'
pod 'CNLiveBusinessTools'
target 'CNLiveBaseTools_Tests' do
inherit! :search_paths
end
end