Sign in

iOS Team / CNLiveEmptyView · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveEmptyView
  • Example
  • Podfile
  • 0.0.2
    8d4e3ee7
    yinqiaojuan authored
    2018-12-28 15:26:53 +0800  
    Browse Code ยป
Podfile 227 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
use_frameworks!

platform :ios, '9.0'

target 'CNLiveEmptyView_Example' do
  pod 'CNLiveEmptyView', :path => '../'
  pod 'QMUIKit'

  target 'CNLiveEmptyView_Tests' do
    inherit! :search_paths
   pod 'QMUIKit'
    
  end
end