Sign in

iOS Team / CNLiveCycleScrollView · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveCycleScrollView
  • Example
  • Podfile
  • 0.0.6
    2e78f98f
    yinqiaojuan authored
    2019-01-31 17:43:19 +0800  
    Browse Code ยป
Podfile 250 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 'CNLiveCycleScrollView_Example' do
  pod 'CNLiveCycleScrollView', :path => '../'
   pod 'SDWebImage'
  target 'CNLiveCycleScrollView_Tests' do
    inherit! :search_paths
       pod 'SDWebImage'
  end
end