Sign in

iOS Team / CNLiveRefreshFooter · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveRefreshFooter
  • Example
  • Podfile
  • 0.0.1
    a2e9cf24
    yinqiaojuan authored
    2018-12-21 17:06:56 +0800  
    Browse Code ยป
Podfile 238 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
use_frameworks!

platform :ios, '9.0'

target 'CNLiveRefreshFooter_Example' do
  pod 'CNLiveRefreshFooter', :path => '../'
  pod 'MJRefresh'
  target 'CNLiveRefreshFooter_Tests' do
    inherit! :search_paths
    pod 'MJRefresh'
  end
end