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