Podfile
430 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'
source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git'
target 'CNLiveCServiceModule_Example' do
pod 'CNLiveCServiceModule', :path => '../'
# pod 'DSCnliveShopSDK'
target 'CNLiveCServiceModule_Tests' do
inherit! :search_paths
end
end