Sign in

iOS Team / CNLiveRefreshHeader · Files

GitLab

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

platform :ios, '9.0'

target 'CNLiveRefeshHeader_Example' do
  pod 'CNLiveRefeshHeader', :path => '../'
  pod 'MJRefresh'

  target 'CNLiveRefeshHeader_Tests' do
    inherit! :search_paths
    pod 'MJRefresh'

    
  end
end