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