Podfile 300 Bytes
use_frameworks!
inhibit_all_warnings!

platform :ios, '9.0'

target 'YBImageBrowser_DSCnliveShop_Example' do
  pod 'YBImageBrowser_DSCnliveShop', :path => '../'

  target 'YBImageBrowser_DSCnliveShop_Tests' do
    inherit! :search_paths

    pod 'SDWebImage','~>5.2.3'
    pod 'YYKit'
    
  end
end