Podfile 440 Bytes
use_frameworks!
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
#source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git'
platform :ios, '9.0'

target 'DSCnliveShopSDK_Example' do
  pod 'DSCnliveShopSDK', :path => '../'
  
  target 'DSCnliveShopSDK_Tests' do
    inherit! :search_paths

    
  end
end