Podfile
652 Bytes
platform :ios, '10.0'
use_frameworks!
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
#source 'https://github.com/CocoaPods/Specs.git'
#source 'https://cdn.cocoapods.org'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git'
target 'CNLiveCommunitModule_Example' do
pod 'CNLiveCommunitModule', :path => '../'
target 'CNLiveCommunitModule_Tests' do
inherit! :search_paths
end
pre_install do |installer|
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
end