Podfile
692 Bytes
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
platform :ios, '9.0'
target 'CNLiveMyOrderModule_Example' do
pod 'CNLiveMyOrderModule', :path => '../'
pod 'JXCategoryView'
pod 'CNLiveCommonClass'
pod 'CNLiveCommonCategory'
pod 'CNLiveBaseKit'
pod 'CNLiveTripartiteManagement/Masonry'
pod 'CNLiveUserManagement'
pod 'CNLiveEnvironment'
pod 'CNLiveRequestBastKit'
pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
target 'CNLiveMyOrderModule_Tests' do
inherit! :search_paths
end
end