Podfile
384 Bytes
use_frameworks!
inhibit_all_warnings!
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
platform :ios, '10.0'
target 'YBImageBrowser_DSCnliveShop_Example' do
pod 'YBImageBrowser_DSCnliveShop', :path => '../'
target 'YBImageBrowser_DSCnliveShop_Tests' do
inherit! :search_paths
end
end