Podfile 238 Bytes
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