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