Podfile
458 Bytes
use_frameworks!
platform :ios, '9.0'
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'
target 'CNLiveScanGoodsCamera_Example' do
pod 'CNLiveScanGoodsCamera', :path => '../'
target 'CNLiveScanGoodsCamera_Tests' do
inherit! :search_paths
end
end